import type * as React from 'react';
/**
 * Get the ref for the chart surface element.
 * @returns The chart surface ref.
 */
export declare function useChartsLayerContainerRef(): React.RefObject<HTMLDivElement | null>;