import type { QueueIndicatorProps as RegistryQueueIndicatorProps, QueueIndicatorItem, QueueIndicatorLabels } from '../../../../registry/chat/queue-indicator'; export type { QueueIndicatorItem, QueueIndicatorLabels }; export type QueueIndicatorProps = Omit; export declare const QueueIndicator: import("react").NamedExoticComponent;