import { ICheckStyleProps, ICheckStyles } from './Check.types';
export declare const getStyles: (props: ICheckStyleProps) => ICheckStyles;
