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