/// import type { SwitchProps } from "./Switch.types"; declare function Switch(props: SwitchProps): JSX.Element; declare namespace Switch { var displayName: string; var defaultProps: {}; } export { Switch };