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