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