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