///
export interface GalleryItemProps extends React.HTMLProps {
/** content rendered inside the Gallery Item */
children?: React.ReactNode;
/** Sets the base component to render. defaults to div */
component?: React.ElementType | React.ComponentType;
}
export declare const GalleryItem: React.FunctionComponent;
//# sourceMappingURL=GalleryItem.d.ts.map