import * as react_jsx_runtime from '/home/runner/work/nex-ui/nex-ui/node_modules/@types/react/jsx-runtime.d.ts';
import { ElementType } from 'react';
import { SwitchProps } from './types.js';

declare const Switch: {
    <SwitchComponent extends ElementType = "input">(inProps: SwitchProps<SwitchComponent>): react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Switch };
