import { ReactNode } from 'react';
export type IllustrationProps = {
    children: ReactNode;
};
export declare const illustration: import('tailwind-variants').TVReturnType<{} | {} | {}, undefined, string[], {} | {}, undefined, import('tailwind-variants').TVReturnType<unknown, undefined, string[], unknown, unknown, undefined>>;
export declare const Illustration: ({ children }: IllustrationProps) => import("react/jsx-runtime").JSX.Element;
