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