import { ReactNode } from 'react'; export interface EditorTemplateProps { navigationChildren?: ReactNode; children?: ReactNode; } export declare function EditorTemplate({ children, navigationChildren }: EditorTemplateProps): JSX.Element; //# sourceMappingURL=editorTemplate.d.ts.map