import React from 'react'; import { DefaultProps } from '../theme'; export interface CenterProps extends DefaultProps { /** Content that should be centered vertically and horizontally */ children: React.ReactNode; } export declare const Center: import("../utils/types").ComponentWithAs<"div", CenterProps>; //# sourceMappingURL=Center.d.ts.map