import { LaunchMenu } from "@launchmenu/core";
/**
 * Sets up the tray menu
 * @param LM The LaunchMenu instance to control
 * @returns A function that can be used to destroy the tray menu
 */
export declare function setupTrayMenu(LM: LaunchMenu): () => void;
//# sourceMappingURL=setupTrayMenu.d.ts.map