/// interface Props { id: number; } declare const DefaultErrorNotification: ({ id }: Props) => JSX.Element; export default DefaultErrorNotification;