import Unsplash from './components/UnsplashAssetSource'; import Icon from './components/Icon'; declare const _default: { name: string; title: string; component: typeof Unsplash; icon: typeof Icon; }; export default _default;