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