import SwitchProps from './type'; declare const Switch: { ({ checked, onChange, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element; defaultProps: { checked: boolean; onChange: () => void; }; }; export default Switch; //# sourceMappingURL=index.d.ts.map