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