import type { QuickClickTypes } from "../Types";
declare const QuickClick: (options: QuickClickTypes) => Promise<any>;
export default QuickClick;
