import { BasePropsType } from '../_internal'; export interface ErrorPagePropsType extends BasePropsType { src: string; text: string; subText?: string; }