import { SVGProps } from 'react';

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

export { Reserve as default };
