/** * This component provides an accessibility proxy for charts. * It uses two divs to let screen readers announce the focused content when it changes. */ export declare function ChartsAccessibilityProxy(): import("react/jsx-runtime").JSX.Element;