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