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