import { FlexProps } from '../Flex'; import { Versatile, PrismaneVersatile } from '../../types'; export type CenterProps = PrismaneVersatile; type CenterComponent = (props: CenterProps) => any; declare const Center: CenterComponent; export default Center; //# sourceMappingURL=Center.d.ts.map