/** * Explicit-only semantic mappings for components whose unset variant inherits a containing * component's semantic context. Unlike `variants.styles.ts`, this sheet deliberately has no * unconditional `:host` defaults: a host without a `variant` attribute leaves the generic colour * slots inherited. The consuming component supplies its own standalone fallback at the final use * site. */ export declare const contextualVariants:import("lit").CSSResult; /** * Explicit-only form-control size mappings. A host without a `size` attribute inherits the six * generic size slots from its containing context; each explicit tier resets every slot so no * value leaks from a differently-sized ancestor. Consumers provide standalone `m` fallbacks where * they read the generic slots. */ export declare const contextualSizes:import("lit").CSSResult;