import * as react_jsx_runtime from 'react/jsx-runtime'; import * as class_variance_authority_types from 'class-variance-authority/types'; import { VariantProps } from 'class-variance-authority'; declare const containerVariants: (props?: ({ size?: "sm" | "lg" | "md" | "full" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string; declare function Container({ size, className, ...props }: React.ComponentProps<"div"> & VariantProps): react_jsx_runtime.JSX.Element; export { Container };