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