export type AppSizeContextType = { width: number; height: number; } | undefined; export declare const AppSizeContext: import("react").Context; export declare const useAppSize: () => AppSizeContextType; //# sourceMappingURL=AppSizeProvider.d.ts.map