export declare function useGeneralContext(): { gSize: import("../utils/types").DSize | undefined; gDisabled: boolean | undefined; };