///
import { Dictionary } from 'infinitymint/dist/app/helpers';
import { InfinityMintProjectAsset } from 'infinitymint/dist/app/interfaces';
import { Project } from '../../core/project';
export default function Assets({ assetSections, hidden, project, onAssetSelected, selectedAssets, children, showArrows, selectText, unselectText, }: {
assetSections?: Dictionary;
hidden?: boolean;
project?: Project;
onAssetSelected?: (asset: InfinityMintProjectAsset, unselect?: boolean) => Promise | void;
children?: any;
selectedAssets?: number[];
showArrows?: boolean;
selectText?: string;
unselectText?: string;
}): JSX.Element;
//# sourceMappingURL=Assets.d.ts.map