import React from "react"; declare type Props = { type: "compose" | "custom" | "send"; onClick?: () => void; invisibleTitle?: boolean; disabled?: boolean; }; export declare const QuickActions: React.FC; export {};