/// import type { ISPFilePickerHostProps } from '@msinternal/sp-filepicker-host'; /** * @public * SPFilePickerHostLoader will only load the SPFilePickerHost component once it tries to open for the first time. * @privateRemarks Duplicate of SPFilePickerHostLoader in sp-webpart-shared-editmode to avoid dependency. */ export declare function SPFilePickerHostLoader(props: ISPFilePickerHostProps): JSX.Element; //# sourceMappingURL=SpFillPickerLoader.d.ts.map