/// interface INotFoundProps { type: string; entityId: string; } export declare function NotFound(props: INotFoundProps): JSX.Element; export {};