import { SVGProps } from 'react';

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

export { Request as default };
