declare const SectionDropdown: import("svelte").Component<{ section?: Record; headingText: any; }, {}, "">; type SectionDropdown = ReturnType; export default SectionDropdown;