/// import { CheckProps } from './types'; export declare function Check({ value, label }: CheckProps): JSX.Element;