import { BaseComponentProps } from '../types.js'; export interface ContainerProps extends BaseComponentProps { maxWidth?: 'sm' | 'md' | 'lg' | 'xl' | 'full'; } export declare function Container({ maxWidth, style, children, ...rest }: ContainerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=container.d.ts.map