import React, { FC } from 'react'; declare const SidebarButton: FC<{ className?: string; title: string; isSelected: boolean; isDisabled?: boolean; icon: React.ComponentType<{ className?: string; }>; onClick: () => void; }>; declare const RoomShellSidebarButton: FC<{ roomPanelType: string; }>; declare const RoomShellSidebarButtons: FC<{ className?: string; }>; export { RoomShellSidebarButton, RoomShellSidebarButtons, SidebarButton }; //# sourceMappingURL=RoomShellSidebarButtons.d.ts.map