import * as React from "react";
export declare const Boundary: React.NamedExoticComponent<React.PropsWithChildren<{
    dependencies?: any;
    onErrorReset?: () => void;
}>>;
