/// <reference types="react" />
import { ICheckProps } from './Check.types';
export declare const Check: (props: ICheckProps) => JSX.Element;
