import { type Anatomy } from "@qualcomm-ui/utils/anatomy"; export declare const textInputParts: readonly ["root", "label", "input", "inputGroup", "clearTrigger", "errorIndicator", "errorText", "hint"]; export declare const textInputAnatomy: Anatomy<"textInput", (typeof textInputParts)[number]>; //# sourceMappingURL=text-input.anatomy.d.ts.map