import { PersonDetails } from '@equinor/fusion'; import { SearchableDropdownSection } from '@equinor/fusion-components'; import { SectionFnProps } from '.'; export declare function singlePersonToDropdownSection(person: PersonDetails): SearchableDropdownSection[]; export default function ({ people, selectedId, searchQuery, isQuerying, }: SectionFnProps): SearchableDropdownSection[];