import { FC } from 'react'; import { ViewProps } from '@tarojs/components/types/View'; declare const View: FC; export default View;