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