import { LitElement } from 'lit'; /** * DEPRECATED. See [Patterns/Search & Action Bar](/docs/patterns-search-action-bar--docs). * @slot unnamed - Left slot, intended for search input and modal. * @slot actions - Right slot, intended for action buttons and overflow menu. * @slot tags - Slot below the filter bar, for tag group. */ export declare class GlobalFilter extends LitElement { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'kyn-global-filter': GlobalFilter; } } //# sourceMappingURL=globalFilter.d.ts.map