import { IllustrationProps } from "../components/Illustration";
export declare const IllusRepository: ({ title, ...rest }: IllustrationProps) => import("react/jsx-runtime").JSX.Element;
