import React from 'react'; export interface AppLayoutRendererProps { children: React.ReactNode; } export declare const AppLayoutRenderer: React.FC;