import React from 'react'; export interface MyViewProps { style: React.CSSProperties; className: string; visible: boolean; backgroundType?: any; appId?: string; loading?: boolean; getEngineApis?: any; visibility?: boolean; } declare const View: React.ForwardRefExoticComponent>; export default View;