import * as React from 'react'; import { FunctionComponent } from 'react'; import { EditorLayoutInfo } from '../vs/editor/common/config/editorOptions'; export declare const LayoutInfoContext: React.Context<{ layoutInfo: EditorLayoutInfo; }>; declare type Props = {}; export declare const LayoutInfoProvider: FunctionComponent; export {};