import * as React from 'react'; import type { ICheckProps } from './Check.types'; export declare const Check: React.FunctionComponent;