export declare class CometChatMessageComposerAction { id?: string; iconURL?: string; title?: string; iconTint?: string; titleFont?: string; titleColor?: string; background?: string; borderRadius?: string; onClick?: (() => void) | null; constructor(props: Partial); } //# sourceMappingURL=CometChatMessageComposerAction.d.ts.map