/// import { AppSize } from "./useAppSizeMedia"; /** * @private */ export declare const AppSizeContext: import("react").Context; /** * Gets the current app size. * * @return the current AppSize */ export default function useAppSize(): AppSize;