import { StackProps } from './stack.types'; /** * # Stack * * An easily customizable Stack component, re-exported from Chakra UI, that provides a consistent layout structure across different products. * * @supportsStyleProps * * @see {@link https://nimbus-documentation.vercel.app/components/layout/stack} */ export declare const Stack: { (props: StackProps): import("react/jsx-runtime").JSX.Element; displayName: string; };