import { Ref } from 'vue';
import type { IChartHook } from '../../types/chart-hook';
export declare function useVerticalSection(chartRef: Ref<HTMLElement>): IChartHook;
