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