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