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