import React from 'react'; import { LingXiFC } from '@lingxiteam/types'; export interface LayoutProps { children: any; style: React.CSSProperties; layoutOptions?: any; visible: boolean; backgroundType: any; appId?: any; } declare const Layout: LingXiFC; export default Layout;