import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiPanel extends MiuraElement { static properties: { title: { type: StringConstructor; default: string; }; subtle: { type: BooleanConstructor; default: boolean; reflect: boolean; }; }; title: string; subtle: boolean; static styles: import("@miurajs/miura-render").CSSResult; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=panel.d.ts.map