import { LitElement } from 'lit'; export declare class BurnishSection extends LitElement { static properties: { label: { type: StringConstructor; }; count: { type: NumberConstructor; }; status: { type: StringConstructor; }; collapsed: { type: BooleanConstructor; reflect: boolean; }; color: { type: StringConstructor; }; variant: { type: StringConstructor; }; }; static styles: import("lit").CSSResult; label: string; count: number; status: string; collapsed: boolean; color: string; variant: string; constructor(); private _toggle; render(): import("lit").TemplateResult<1>; } //# sourceMappingURL=section.d.ts.map