/** * Shared styles for input components (textfield, textarea, select) * using the internal token pattern with a public styling API. * * Public API tokens (customizable): * - Label: --w-c-input-label-* * - Help text: --w-c-input-help-text-* * - Optional indicator: --w-c-input-optional-* */ export declare const inputLabelStyles: import("lit").CSSResult; export declare const inputHelpTextStyles: import("lit").CSSResult;