import { FlexProps } from '../Flex'; import { PrismaneBreakpoints, PrismaneProps } from '../../types'; export type ContainerProps = PrismaneProps<{ maxSize?: PrismaneBreakpoints | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | string; }, FlexProps>; declare const Container: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Container; //# sourceMappingURL=Container.d.ts.map