import Heatmap from './src/heatmap.vue'; export declare const LlHeatmap: any; export default LlHeatmap; export * from './src/heatmap'; declare module 'vue' { interface GlobalComponents { LlHeatmap: typeof Heatmap; } }