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