import type { GalleryRootInstance } from '@primereact/types/primitive/gallery'; export declare const GalleryProvider: ({ value, children }: { value: GalleryRootInstance; children: React.ReactNode; }) => import("react").JSX.Element, useGalleryContext: () => GalleryRootInstance | undefined;