import { TAdvancedGalleryView } from './types'; export type AdvancedGalleryProps = TAdvancedGalleryView & { label?: string; className?: string; }; export declare const AdvancedGallery: ({ items, label, className }: AdvancedGalleryProps) => import("react").JSX.Element;