///
export declare const Container: import("react").ForwardRefExoticComponent<{
size?: "content" | "full" | "tight" | undefined;
} & Omit & import("react").HTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "size"> & import("react").RefAttributes>;
//# sourceMappingURL=Container.d.ts.map