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