import { SVGProps } from 'react';

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

export { ReserveRights as default };
