import React, { ComponentPropsWithoutRef, Ref } from 'react'; export type SwitchProps = ComponentPropsWithoutRef<'input'>; interface PrivateProps { forwardedRef: Ref; } export declare const RawSwitch: React.FC; export declare const Switch: React.MemoExoticComponent, HTMLInputElement>, "ref"> & React.RefAttributes>>; export {}; //# sourceMappingURL=Switch.d.ts.map