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