import { HTMLAttributes } from "react"; import { GalleryProps } from "./GalleryProps"; import "./gallery.scss"; export type { GalleryProps }; export declare const GalleryContextDefault: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const GalleryContext: import("react").Context & import("react").RefAttributes>>; export declare const Gallery: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;