import type { ICheckboxStyleProps, ICheckboxStyles } from './Checkbox.types'; export declare const getStyles: (props: ICheckboxStyleProps) => ICheckboxStyles;