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