/**
 * Get the unique identifier of the chart.
 * @returns chartId if it exists.
 */
export declare function useChartId(): string | undefined;