import { type GoodDataSdkError } from "@gooddata/sdk-ui"; interface ICustomErrorProps { error: GoodDataSdkError; height?: number; width?: number; forceFullContent?: boolean; } export declare function CustomError({ error, height, width, forceFullContent }: ICustomErrorProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=CustomError.d.ts.map