export declare function WhatsappSVG({ className, ...props }: {
    [x: string]: any;
    className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
export declare function CloseSVG({ className, ...props }: {
    [x: string]: any;
    className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
