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