import { ToggleWithLabelStylesType } from '../../../../components/toggleWithLabel/types/toggleWithLabelTheme';
import { ToggleWithLabelVariantType } from './variants';
export declare const TOGGLE_WITH_LABEL_STYLES: ToggleWithLabelStylesType<ToggleWithLabelVariantType>;
