import ImageCarousel from './ImageCarousel';

export default function (
    config?: ImageCarousel.IConfig
): ImageCarousel;
