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