import React from 'react';
import type { AppLayoutProps } from './types';
export declare const AppLayout: (props: AppLayoutProps) => React.JSX.Element;
