import { ErrorCode, ErrorButtonProps, ErrorPageProps } from "./ErrorPage.types"; export { default as ErrorPage } from "./ErrorPage"; export type { ErrorCode, ErrorButtonProps, ErrorPageProps };