/// <reference types="react" />
import { IStyle } from '@fluentui/react';
/**
 * Component to display elements horizontally in a scrollable container
 * @private
 */
export declare const ScrollableHorizontalGallery: (props: {
    horizontalGalleryElements?: JSX.Element[];
    onFetchTilesToRender?: (indexes: number[]) => void;
    containerStyles?: IStyle;
}) => JSX.Element;
//# sourceMappingURL=ScrollableHorizontalGallery.d.ts.map