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