/** @packageDocumentation * @module Base */ import { CommonDivProps } from "../utils/Props"; /** Full height & width and centered React functional component. * Displays content centered vertically and horizontally and has a height and width of 100%. * @public */ export declare function FillCentered(props: CommonDivProps): JSX.Element; //# sourceMappingURL=FillCentered.d.ts.map