/** * Helper method to remove all Stash dropdowns from the DOM. * * @returns void */ export default function cleanupDropdowns(selector?: string): void;