interface Props {
    uri: string;
}
export default function ReportUri({ uri }: Props): null;
export {};
