/// export interface Props { onToHome?: any; onGoBack?: any; } export default function Error404(props: Props): JSX.Element;