import { PieChartState } from '../../types/state.js'; export declare const useSelector: (selector: (state: PieChartState) => T) => T;