/** * Shared `.l-checkbox` appearance for Shadow-DOM elements that render their own * native checkbox (e.g. `` in `selection="multiple"`). * Wrapper module: `unsafeCSS()` is called once here so all importers share the * same `CSSResult` instance (one constructed `CSSStyleSheet`). */ declare const _default: import('lit').CSSResult; export default _default; //# sourceMappingURL=checkbox-appearance.styles.d.ts.map