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