import type { FC, PropsWithChildren } from "react"; import type { RequireAtLeastOne } from "../../utils/RequireAtLeastOne.js"; type ThreadIfFilters = { empty: boolean | undefined; running: boolean | undefined; disabled: boolean | undefined; }; type UseThreadIfProps = RequireAtLeastOne; export declare namespace ThreadPrimitiveIf { type Props = PropsWithChildren; } /** * @deprecated Use ` s.thread...} />` instead. */ export declare const ThreadPrimitiveIf: FC; export {}; //# sourceMappingURL=ThreadIf.d.ts.map