import { CheckboxPropsStateStylesType } from '../types/checkboxTheme';
import { CheckboxStateType } from '../types/state';
declare const getCheckBoxState: (checked?: boolean, disabled?: boolean, error?: boolean, styles?: CheckboxPropsStateStylesType) => CheckboxStateType;
export {};
