import * as React from 'react';
type ScrolledGalleryProps = {
    count: number;
    childWidth: string;
} & React.HTMLProps<HTMLDivElement>;
declare const ScrolledGallery: React.FC<ScrolledGalleryProps>;
export default ScrolledGallery;
//# sourceMappingURL=ScrolledGallery.d.ts.map