import { default as React } from 'react'; import { PolymorphicProps } from '../../style-engine'; import { FlexProps } from './Flex'; export type StackProps = PolymorphicProps, 'direction'>>; export declare function Stack({ as, ...props }: StackProps): React.JSX.Element;