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