import { FC } from 'react';

export type CheckIconProps = {
    className?: string;
};
export declare const CheckIcon: FC<CheckIconProps>;
