import { SwitchProps } from './types'; export declare function styleSwitch(props: SwitchProps): { field: string[]; text: string[]; box: string[]; boxTextOn: string[]; boxTextOff: string[]; boxHandle: string[]; helperText: string[]; };