/** * Wrapper module for the shared `.l-button` appearance. `unsafeCSS()` is called * once here so every shadow-DOM element that renders `.l-button` actions * (l-alert-dialog, and any future l-confirm/l-prompt) shares one `CSSResult` * (one constructed `CSSStyleSheet`, not one per importer). */ declare const _default: import("lit").CSSResult; export default _default; //# sourceMappingURL=button-core.styles.d.ts.map