import { FC } from 'react';
import { LayoutProps } from '.';
import { BaseGalleryProps } from './gallery-base';
export declare type GalleryProps = BaseGalleryProps & LayoutProps;
/**
 * Gallery component with default Layout and UI
 */
export declare const Gallery: FC<GalleryProps>;
