import type { SwitchRootState } from "./root/SwitchRoot.mjs";
import type { StateAttributesMapping } from "../internals/getStateAttributesProps.mjs";
export declare const stateAttributesMapping: StateAttributesMapping<SwitchRootState>;