import './style'; export type { SwitchProps } from './Switch'; export * from './type'; export declare const Switch: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Switch;