/// <reference types="react" />
import { HorizontalGalleryStyles } from '../HorizontalGallery';
import { VerticalGalleryStyles } from '../VerticalGallery';
import { OverflowGalleryPosition } from '../VideoGallery';
/**
 * A ResponsiveHorizontalGallery styled for the {@link VideoGallery}
 *
 * @private
 */
export declare const OverflowGallery: (props: {
    shouldFloatLocalVideo?: boolean;
    onFetchTilesToRender?: (indexes: number[]) => void;
    isNarrow?: boolean;
    isShort?: boolean;
    overflowGalleryElements?: JSX.Element[];
    horizontalGalleryStyles?: HorizontalGalleryStyles;
    verticalGalleryStyles?: VerticalGalleryStyles;
    overflowGalleryPosition?: OverflowGalleryPosition;
    onChildrenPerPageChange?: (childrenPerPage: number) => void;
    parentWidth?: number;
}) => JSX.Element;
//# sourceMappingURL=OverflowGallery.d.ts.map