import { PropsWithChildren } from "react";
type ErrorBoundaryProps = PropsWithChildren;
export declare function ErrorBoundary({ children }: ErrorBoundaryProps): import("react/jsx-runtime").JSX.Element;
export declare function WhiteKing({ showError }: {
    showError?: boolean | undefined;
}): import("react/jsx-runtime").JSX.Element;
export {};
