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