import React from "react";
import { Illustrations, UndrawSVGProps } from "./types";
export declare const UndrawIllustration: ({ name, color, size, style, }: UndrawSVGProps & {
    name: Illustrations;
}) => React.JSX.Element;
