export interface ErrorContainerProps { className?: string; } export declare function ErrorContainer(props: ErrorContainerProps): import("react/jsx-runtime").JSX.Element;