import { OutlineProps } from '../helpers/commonStyles'; import { StatefulSwitchProps, SwitchProps } from './types'; declare type AdaptProps = SwitchProps | StatefulSwitchProps; export declare const useSwitchAdapter: (props: AdaptProps) => Omit; export {};