import { Components } from '~/utils/components-list'; export declare const containerStyle: { margin: string; variants: { size: { sm: { px: string; maxW: string; }; md: { px: string; maxW: string; }; lg: { px: string; maxW: string; }; xl: { px: string; maxW: string; }; }; }; defaultVariants: { size: string; }; }; export declare const styles: { name: Components.Box; styles: Record<"flex" | "centered" | "root" | "stack" | "hstack" | "vstack" | "container", import("@fuel-ui/css").CSSFnParams>; };