interface EmptyStateIndicatorProps { /** List Type: conversation | message */ listType?: 'conversation' | 'contact' | 'message' | 'chat' | 'moment'; } export { EmptyStateIndicatorProps }; //# sourceMappingURL=EmptyStateIndicator.d.ts.map