import { VariantProps } from 'class-variance-authority'; import { ComponentProps } from 'react'; declare const container: (props?: ({ size?: "small" | "none" | "large" | "medium" | null | undefined; align?: "center" | "left" | "right" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; type ContainerProps = VariantProps & ComponentProps<'div'>; export declare function Container({ children, size, align, className, role, 'aria-label': ariaLabel, 'aria-labelledby': ariaLabelledBy, ...props }: ContainerProps): import("react/jsx-runtime").JSX.Element; export declare namespace Container { var displayName: string; } export {}; //# sourceMappingURL=container.d.ts.map