import { ContextType } from 'react'; import { Context } from '../store/context'; export declare function useGaugeContext(): import("../../typings").TGaugeCanvas; export declare type UseGaugeContextReturnValue = ContextType;