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