export default class MobileLayout extends React.PureComponent { static contextType: React.Context; constructor(props: any); constructor(props: any, context: any); pluginsRefs: any[]; state: { activeTabId: null; indexesOfItemsWithActiveAutoheight: {}; }; componentDidUpdate(prevProps: any, prevState: any): void; adjustWidgetLayout: (index: any, { needSetDefault }: { needSetDefault: any; }) => void; render(): JSX.Element; } import React from "react";