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