import React from 'react'; import { ContainerProps as ContainerPropsPrimitive } from '@modulz/primitives'; export declare type ContainerProps = ContainerPropsPrimitive; export declare const Container: React.ForwardRefExoticComponent & React.RefAttributes>;