import { ThemeProps } from "../../theme"; export interface ErrorPageProps extends ThemeProps { error: Error; }