import type { Props as FlexContainerProps } from './Container';
export type Props = FlexContainerProps;
declare function Stack(props: Props): import("react/jsx-runtime").JSX.Element;
declare namespace Stack {
var _supportsSpacingProps: boolean;
}
export default Stack;