import { default as React } from 'react'; import { Box } from '../box'; import { Flex } from '../flex'; type ContainerProps = React.ComponentPropsWithoutRef & Pick, 'align'>; /** */ declare const Container: React.ForwardRefExoticComponent>; export { Container }; export type { ContainerProps };