import { LenraComponent } from '../gen/response.js'; import { Component } from './component.js'; import { IStack, StackBaseImpl } from "../gen/components/stack.base.js"; export { IStack }; export declare function Stack(children?: (Component | LenraComponent)[]): StackImpl; export declare class StackImpl extends StackBaseImpl { }