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