declare const getGaugeOptions: (options?: any, title?: any, unit?: any) => {
    [x: string]: globalThis.Ref<any, any>;
};
export { getGaugeOptions };
