import type { SwitchProps } from './switch'; export declare function Switch(props: SwitchProps): import("react/jsx-runtime").JSX.Element; export default Switch;