import { Icon } from '../iconTypes';
declare const CollectionSidebarEmptyState: ({ className, color, height, title, width }: Icon) => JSX.Element;
export default CollectionSidebarEmptyState;
