import { CometChatActions } from "./CometChatActions"; export declare class CometChatActionsView extends CometChatActions { customView: any; constructor(options: { id: string; title: string; iconURL?: string; iconTint?: string; titleFont?: string; titleColor?: string; backgroundColor?: string; background?: string; customView?: any; }); } //# sourceMappingURL=CometChatActionsView.d.ts.map