import React from 'react'; interface IconProps { className?: string; } export declare function CheckCircleIcon({ className }: IconProps): React.JSX.Element; export declare function XCircleIcon({ className }: IconProps): React.JSX.Element; export {}; //# sourceMappingURL=custom-icons.d.ts.map