export interface MeterStackContextState { min: number; max: number; } export declare const MeterStackProvider: any, useMeterStackContext: any;