import type { ChatSidebarProps, DialogListItemProps } from "./types"; declare const DialogListItem: import("react").ForwardRefExoticComponent>; declare const ChatSidebar: import("react").ForwardRefExoticComponent>; export { ChatSidebar, DialogListItem }; //# sourceMappingURL=chat-sidebar.d.ts.map