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