export declare const chatListItemMeta: { readonly name: "ChatListItem"; readonly category: "pattern"; readonly description: "Conversation preview row with avatar, title, preview text, timestamp, and unread state."; readonly directManifestNode: true; readonly allowedChildren: readonly []; readonly blueprint: { readonly label: "Chat list item"; readonly icon: { readonly name: "chatbubble-outline"; }; readonly defaultProps: { readonly title: "Ada Lovelace"; readonly preview: "Can you review the latest UI update?"; readonly timestamp: "2m"; readonly avatar: { readonly name: "Ada Lovelace"; }; }; }; readonly props: { readonly title: { readonly type: "string"; readonly category: "Content"; readonly label: "Title"; readonly default: "Ada Lovelace"; }; readonly preview: { readonly type: "string"; readonly category: "Content"; readonly label: "Preview"; }; readonly meta: { readonly type: "string"; readonly category: "Content"; readonly label: "Meta"; }; readonly timestamp: { readonly type: "string"; readonly category: "Content"; readonly label: "Timestamp"; }; readonly unread: { readonly type: "boolean"; readonly category: "State"; readonly label: "Unread"; readonly default: false; }; readonly unreadCount: { readonly type: "string"; readonly category: "State"; readonly label: "Unread count"; }; readonly selected: { readonly type: "boolean"; readonly category: "State"; readonly label: "Selected"; readonly default: false; }; readonly disabled: { readonly type: "boolean"; readonly category: "State"; readonly label: "Disabled"; readonly default: false; }; readonly compact: { readonly type: "boolean"; readonly category: "Layout"; readonly label: "Compact"; readonly default: false; }; }; }; //# sourceMappingURL=chatListItemMeta.d.ts.map