import { LitElement } from "lit"; import "../../mjo-icon.js"; export declare class MjointFiltrableButton extends LitElement { #private; columnName?: string; filter?: string; color: "primary" | "secondary"; isOpen: boolean; inputElement: HTMLInputElement; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "mjoint-filtrable-button": MjointFiltrableButton; } } //# sourceMappingURL=mjoint-filtrable-button.d.ts.map