import { FC } from "react"; import { SVGProps } from "react"; export interface IconProps extends SVGProps { size: number; className?: string | undefined; } export declare const CheckSmallIcon: FC; //# sourceMappingURL=checkSmall.d.ts.map