import * as React from "react"; interface DialogListItemSkeletonProps { className?: string; } declare const DialogListItemSkeleton: React.ForwardRefExoticComponent>; interface ChatSidebarSkeletonProps { className?: string; dialogCount?: number; showNewChatButton?: boolean; } declare const ChatSidebarSkeleton: React.ForwardRefExoticComponent>; export { ChatSidebarSkeleton, DialogListItemSkeleton }; //# sourceMappingURL=chat-sidebar-skeleton.d.ts.map