import { AppLayoutInternals } from '../interfaces';
interface AppLayoutNavigationImplementationProps {
  appLayoutInternals: AppLayoutInternals;
  bottomDrawerReportedSize?: number;
}
export declare function AppLayoutNavigationImplementation({
  appLayoutInternals,
  bottomDrawerReportedSize
}: AppLayoutNavigationImplementationProps): JSX.Element;
export {};