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