import type { MeterGroupRootInstance } from '@primereact/types/primitive/metergroup';
export declare const MeterGroupProvider: ({ value, children }: {
    value: MeterGroupRootInstance;
    children: React.ReactNode;
}) => import("react").JSX.Element, useMeterGroupContext: () => MeterGroupRootInstance | undefined;
