import { ILLUSTRATION_NAMES } from "../../utils/enums";
export declare const importIllustration: (illustrationName: ILLUSTRATION_NAMES | `${ILLUSTRATION_NAMES}`) => Promise<any>;
