import { type Anatomy } from "@qualcomm-ui/utils/anatomy"; export declare const switchParts: readonly ["root", "label", "control", "thumb", "hiddenInput", "hint", "errorText"]; export declare const switchAnatomy: Anatomy<"switch", (typeof switchParts)[number]>; //# sourceMappingURL=switch.anatomy.d.ts.map