import { SwitchProps } from '../../components';
import { ComponentThemeConfig } from '../types';
export declare const SwitchOuter: ComponentThemeConfig<SwitchProps>;
export declare const SwitchInput: ComponentThemeConfig<SwitchProps>;
export declare const SwitchToggle: ComponentThemeConfig<SwitchProps>;
