/// <reference types="react" />
import type { Props } from "./types";
declare const Illustration: ({ size, ...props }: Props) => JSX.Element;
export default Illustration;
