import type { InternalSliceData } from '../../types/internal/pie-chart.js'; export declare const useSetVisibleSlicesState: () => (slices: InternalSliceData[]) => void;