import { Asset, PrimaryAssetType } from './constants'; export declare const useLoadAssets: (assetType: string, parentId?: string | number, parentType?: PrimaryAssetType) => { searchValue: string; setSearchValue: import("react").Dispatch>; isLoading: boolean; results: Asset[]; }; //# sourceMappingURL=useLoadAssets.d.ts.map