import { SVGProps } from 'react';

declare const Presearch: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Presearch as default };
