import { BootstrapElement } from '@bootstrap-wc/core'; /** * `` — Bootstrap close/dismiss button. * * @fires bs-close - Fired on user activation. */ export declare class BsCloseButton extends BootstrapElement { white: boolean; disabled: boolean; label: string; private _onClick; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'bs-close-button': BsCloseButton; } } //# sourceMappingURL=close-button.d.ts.map