import { PropsWithChildren } from "react";
export declare type ErrorBoundaryPropsInterface = PropsWithChildren<{
    dependencies?: any;
    onErrorReset?: () => void;
}>;
