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