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