import { SwitchOwnerState } from './SwitchRoot.types'; /** * @ignore - internal hook. */ export declare function useSwitchStyleHooks(ownerState: SwitchOwnerState): Record;