import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const DatasetLinkedFillIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default DatasetLinkedFillIcon;
