import { FC } from 'react' import View from '../View' import { styles } from './styles' import type { PageViewWithHeaderProps } from './types' const PageViewWithHeader: FC = ({ style, ...props }) => ( ) export default PageViewWithHeader