import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiContainer extends MiuraElement { static tagName: string; static properties: { size: { type: StringConstructor; reflect: boolean; default: string; }; padding: { type: StringConstructor; default: string; }; center: { type: BooleanConstructor; reflect: boolean; default: boolean; }; }; size: string; padding: string; center: boolean; static get styles(): import("@miurajs/miura-render").CSSResult; getMaxWidth(): string; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=container.d.ts.map