import type { FC, PropsWithChildren } from "react";
export declare namespace ThreadPrimitiveEmpty {
    type Props = PropsWithChildren;
}
export declare const ThreadPrimitiveEmpty: FC<ThreadPrimitiveEmpty.Props>;
//# sourceMappingURL=ThreadEmpty.d.ts.map