import { SetupContext } from 'vue';
import { SwitchProps, UseSwitchFn } from './switch-types';
export declare function useSwitch(props: SwitchProps, ctx: SetupContext): UseSwitchFn;
