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