declare const MoreDropdown: import("svelte").Component<{ sections?: any[]; }, {}, "">; type MoreDropdown = ReturnType; export default MoreDropdown;