import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiStack extends MiuraElement { static tagName: string; static properties: { direction: { type: StringConstructor; reflect: boolean; default: string; }; gap: { type: StringConstructor; reflect: boolean; default: string; }; align: { type: StringConstructor; reflect: boolean; default: string; }; justify: { type: StringConstructor; reflect: boolean; default: string; }; wrap: { type: BooleanConstructor; reflect: boolean; default: boolean; }; inline: { type: BooleanConstructor; reflect: boolean; default: boolean; }; }; static get styles(): import("@miurajs/miura-render").CSSResult; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=stack.d.ts.map