interface ICheckIconProps {
    fill?: string;
    size?: number;
}
declare const CheckIcon: ({ fill, size }: ICheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
export default CheckIcon;
