import { SVGProps } from "react"; declare const Request: (props: SVGProps) => JSX.Element; export default Request;