import { BaseSectionType, BaseSectionTypeWithFolders } from '../../ItemPickerNew/types/baseItemSectionType.types'; export declare const findSectionById: (nestedFolders?: BaseSectionTypeWithFolders[], sectionId?: string | number) => BaseSectionTypeWithFolders | undefined;