import ShakeBaseAction from './ShakeBaseAction'; /** * Represents chat action for Home screen. */ declare class ShakeChatAction extends ShakeBaseAction { constructor(title?: string | null, subtitle?: string | null, icon?: string | null); } export default ShakeChatAction; //# sourceMappingURL=ShakeChatAction.d.ts.map