import React from "react"; declare type Props = { type: "template-gallery" | "invoice" | "contracts" | "emails"; onClick: () => void; }; export declare const QuickTools: React.FC; export {};