import type { FlexContainerAllProps } from './Container';
export type StackProps = FlexContainerAllProps;
declare function Stack(props: StackProps): import("react/jsx-runtime").JSX.Element;
export default Stack;
