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