import { IAppLayoutContext } from "../AppLayout/AppLayoutContext"; declare function useAppLayout(): IAppLayoutContext; export default useAppLayout;