interface Props {
    uri: string;
}
export default function ReportUri({ uri }: Props): null;
export {};
//# sourceMappingURL=ReportUri.d.ts.map