import type { FC, PropsWithChildren } from "react"; export declare namespace ThreadPrimitiveEmpty { type Props = PropsWithChildren; } /** * @deprecated Use ` s.thread.isEmpty} />` instead. */ export declare const ThreadPrimitiveEmpty: FC; //# sourceMappingURL=ThreadEmpty.d.ts.map