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