/** @packageDocumentation * @module Base */ import { CommonDivProps } from "../utils/Props"; /** Centered React functional component. * Displays content centered vertically and horizontally. * @public */ export declare function Centered(props: CommonDivProps): JSX.Element; //# sourceMappingURL=Centered.d.ts.map