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