import { ReactNode } from "react"; //#region src/primitives/thread/ThreadEmpty.d.ts type ThreadEmptyProps = { children: ReactNode; }; /** * @deprecated Use ` s.thread.isEmpty} />` instead. */ declare const ThreadEmpty: ({ children }: ThreadEmptyProps) => import("react").JSX.Element; //#endregion export { ThreadEmpty, ThreadEmptyProps }; //# sourceMappingURL=ThreadEmpty.d.ts.map