import { FC, PropsWithChildren } from 'react';
import { DimensionValue } from 'react-native';
declare const Center: FC<PropsWithChildren<{
    width?: DimensionValue;
    height?: DimensionValue;
}>>;
export default Center;
//# sourceMappingURL=index.d.ts.map