import React from 'react';
import { SidebarButtonsStyled, SidebarButtonsStyledProps } from './styled';
export type SidebarCreateChatButtonProps = Omit<React.ComponentProps<typeof SidebarButtonsStyled>, keyof SidebarButtonsStyledProps>;
export declare const SidebarButtons: React.FC<SidebarCreateChatButtonProps>;
export * from './styled';
export * from './create-chat';
