import type { FC } from 'react'; import type { ViewLayoutProps } from './type'; declare const ViewLayout: FC; export default ViewLayout;