import { PropsWithChildren } from 'react';
export declare const SidebarListChats: React.FC<PropsWithChildren & {
    id?: string;
}>;
