import { CheckboxProps } from './types'; export declare function styleCheckbox(props: CheckboxProps): { field: string[]; text: string[]; box: string[]; helperText: string[]; };