/** @jsxRuntime classic */ /** @jsx jsx */ export declare const Center: (props: { as?: Comp | undefined; ref?: import("react").Ref)[Comp] : Comp extends new (...args: any) => any ? InstanceType : undefined> | undefined; } & Omit>, "as" | keyof import("./Box.js").ColorProps | keyof import("./Box.js").RadiiProps | keyof import("./Box.js").MarginProps | keyof import("./Box.js").PaddingProps | keyof { textAlign?: ("center" | "end" | "justify" | "left" | "right" | "start") | readonly (("center" | "end" | "justify" | "left" | "right" | "start") | null)[]; height?: import("../index.js").ResponsiveProp; width?: import("../index.js").ResponsiveProp; } | "fillView"> & { fillView?: boolean; } & import("./Box.js").ColorProps & import("./Box.js").RadiiProps & import("./Box.js").MarginProps & import("./Box.js").PaddingProps & { textAlign?: ("center" | "end" | "justify" | "left" | "right" | "start") | readonly (("center" | "end" | "justify" | "left" | "right" | "start") | null)[]; height?: import("../index.js").ResponsiveProp; width?: import("../index.js").ResponsiveProp; }) => import("react").ReactElement; //# sourceMappingURL=Center.d.ts.map