declare const _default: {
    tags: string[];
    title: string;
    component: import('react').FC<Partial<import('./Heatmap').HeatmapProps>>;
    subcomponents: {
        HeatmapSeries: import('react').FC<Partial<import('./HeatmapSeries').HeatmapSeriesProps>>;
        HeatmapCell: import('react').FC<Partial<import('./HeatmapSeries').HeatmapCellProps>>;
    };
};
export default _default;
export declare const Basic: () => import("react/jsx-runtime").JSX.Element;
export declare const BasicLegend: {
    (): import("react/jsx-runtime").JSX.Element;
    story: {
        name: string;
    };
};
export declare const MultiAxis: () => import("react/jsx-runtime").JSX.Element;
export declare const Symbols: () => import("react/jsx-runtime").JSX.Element;
