import type { ReactNode } from 'react'; export declare function MainPane(props: { title: string; focused: boolean; children: ReactNode; routeId?: string; }): JSX.Element; //# sourceMappingURL=MainPane.d.ts.map