export declare type EmptyStateIndicatorProps = { /** List Type: channel | message */ listType?: 'channel' | 'message' | 'thread'; }; export declare const EmptyStateIndicator: (props: EmptyStateIndicatorProps) => JSX.Element | null; //# sourceMappingURL=EmptyStateIndicator.d.ts.map