/** * Wrapper module: imported by both `dialog.ts` and `drawer.ts`. * `unsafeCSS()` is called once here so both importers share the same * `CSSResult` instance (one constructed `CSSStyleSheet`, not two). */ declare const _default: import('lit').CSSResult; export default _default; //# sourceMappingURL=dialog.styles.d.ts.map