import type { UseSwitchProps, UseSwitchReturn } from '../types'; /** * Custom hook for managing switch state and behavior */ export declare const useSwitch: (props: UseSwitchProps) => UseSwitchReturn;