import type { FunctionalComponent } from 'vue'; declare const Histogram: FunctionalComponent<{}, {}>; export default Histogram;