import { React } from "@lattice-ui/core"; import type { StackProps } from "./types"; export declare function Stack(props: StackProps): React.JSX.Element;