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