/// import { UIViewProps } from './types'; declare const CenteredView: (props: UIViewProps) => JSX.Element; export default CenteredView;