import type { TSwitchProps } from './Switch.type'; declare const Switch: (props: TSwitchProps) => import("react/jsx-runtime").JSX.Element; export default Switch;