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