import { StackProps } from './Stack.types';
/**
* Stack component - A flex container with gap that supports both vertical and horizontal layouts
*
* @example
* ```tsx
* // Vertical stack (default)
*
*
*
*
*
* // Horizontal stack
*
*
*
*
*
* // Horizontal with wrapping
*
* {tags.map(tag => {tag.name})}
*
*
* // Centered content
*
*
*
*
*
* // As a section element
*
*
*
*
* ```
*/
export declare const Stack: import('react').ForwardRefExoticComponent>;
export default Stack;
//# sourceMappingURL=Stack.d.ts.map