import { SwitchProps } from './types'; declare const SwitchBackground: import("styled-components").StyledComponent; declare const SwitchToggle: import("styled-components").StyledComponent; declare const StyledSwitch: import("styled-components").StyledComponent; export { SwitchBackground, SwitchToggle }; export default StyledSwitch;