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