import { AppLayoutInternals } from '../interfaces'; interface AppLayoutGlobalDrawersImplementationProps { appLayoutInternals: AppLayoutInternals; } export declare function AppLayoutGlobalDrawersImplementation({ appLayoutInternals }: AppLayoutGlobalDrawersImplementationProps): JSX.Element; export {};