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