import { ComponentType, FC } from "react";
export declare namespace ThreadListPrimitiveItems {
    type Props = {
        archived?: boolean | undefined;
        components: {
            ThreadListItem: ComponentType;
        };
    };
}
export declare const ThreadListPrimitiveItems: FC<ThreadListPrimitiveItems.Props>;
//# sourceMappingURL=ThreadListItems.d.ts.map