import { LitElement } from 'lit'; /** * Floating Container. * @slot unnamed - Slot for kyn-button options. */ export declare class FloatingContainer extends LitElement { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'kyn-button-float-container': FloatingContainer; } } //# sourceMappingURL=floatingContainer.d.ts.map