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