import type { Keys as IconName } from '@rocket.chat/icons'; import type { HTMLAttributes, ReactNode } from 'react'; type BubbleItemProps = { label?: ReactNode; secondary?: boolean; icon?: IconName; } & HTMLAttributes; export declare const BubbleItem: ({ secondary, label, icon, ...props }: BubbleItemProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=BubbleItem.d.ts.map