import type { ComponentPropsWithoutRef } from 'react';
/**
 * Layout that aligns its children on the center
 * @example
 * import { Center } from `@vtex/admin-ui`
 * <Center>Centralized content</Center>
 */
export declare const Center: import("@vtex/admin-ui-react").AdminUIElement<"div", {}>;
export declare type CenterProps = ComponentPropsWithoutRef<typeof Center>;
