///
export { ErrorBoundary } from "./components/error/ErrorBoundary";
export { ErrorDisplay } from "./components/error/ErrorDisplay";
export { ReactError } from "./components/error/ReactError";
export * from "./LegacyLevelExports";
export { HHooks } from "./HHooks";
declare type PropsOf> = F extends React.DetailedHTMLFactory ? P : never;
export declare type ReactHTMLPropsOf = {
[K in keyof React.ReactHTML]: PropsOf;
};
//# sourceMappingURL=index.d.ts.map