import { Switch, SwitchProps } from '@rn-vui/base/dist/Switch/Switch';
export { Switch };
export type { SwitchProps };
declare const _default: import("react").FunctionComponent<import("react").PropsWithChildren<SwitchProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<SwitchProps>>>;
export default _default;
