import { ICheckboxStyles } from './Checkbox.types';
import { ITheme } from '../../Styling';
export declare const getStyles: (theme: ITheme, customStyles?: ICheckboxStyles | undefined) => ICheckboxStyles;
