import React from 'react'; import { ViewStyle } from '../../type'; export declare type ViewProps = { style?: ViewStyle; }; export declare type ViewRef = HTMLDivElement; export declare const View: React.FC;