import { IBoxProps } from "../../styling/box/_types/IBoxProps"; import { LFC } from "../../_types/LFC"; /** * Displays the given error with some error styling */ export declare const ErrorRenderer: LFC<{ error: any; } & IBoxProps>; //# sourceMappingURL=ErrorRenderer.d.ts.map