import type { SwitchRoot } from './root/SwitchRoot.js';
import type { CustomStyleHookMapping } from '../utils/getStyleHookProps.js';
export declare const styleHookMapping: CustomStyleHookMapping<SwitchRoot.State>;
