import * as React from "react"; import { ThemeProps } from "../../theme"; import { AppErrorChildrenProps } from "./AppError.definitions"; type ErrorUIProps = AppErrorChildrenProps & ThemeProps; declare const AppErrorImplThemed: React.FC & { theme?: import("@emotion/react").Theme; }>; export { AppErrorImplThemed as AppErrorImpl };