export type ErrorBannerProps = {
    message?: string;
    darkMode?: boolean;
};
export declare function ErrorBanner(props: ErrorBannerProps): import("react/jsx-runtime").JSX.Element;
