import React from 'react'; export declare type EmptyStateIndicatorProps = { listType: 'channel' | 'message' | 'contact'; }; export declare const EmptyStateIndicator: React.FC;