declare const Illustrations: { readonly 'automated-task': (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly conditions: (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly 'coupon-cashback': (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly 'coupon-discount': (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly emails: (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly funnel: (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly kanban: (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly notes: (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly 'partner-performance': (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly phases: (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly tasks: (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; readonly 'user-metrics': (props: import("@types/react").SVGProps) => import("react/jsx-runtime").JSX.Element; }; type IllustrationName = keyof typeof Illustrations; interface IllustrationProps { name: IllustrationName; size?: number; className?: string; alt?: string; } export declare const Illustration: { ({ name, size, className, alt }: IllustrationProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export {};