import * as React from 'react';
import { GalleryItemProps } from '@patternfly/react-core';
import './DividedGallery.scss';
declare const DividedGalleryItem: React.FC<GalleryItemProps>;
export default DividedGalleryItem;
//# sourceMappingURL=DividedGalleryItem.d.ts.map