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