export type CheckIconProps = {
    size: string;
};
declare function CheckIcon({ size }: CheckIconProps): import("react/jsx-runtime").JSX.Element;
export default CheckIcon;
