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