/** * ImageListItemBar Component * * A title bar for an ImageListItem with glass morphism styling. */ import React from "react"; import { ImageListItemBarProps } from "./types"; /** * ImageListItemBar Component * * A title bar for an ImageListItem. */ declare const ImageListItemBar: React.ForwardRefExoticComponent>; /** * GlassImageListItemBar Component * * Glass variant of the ImageListItemBar component. */ declare const GlassImageListItemBar: React.ForwardRefExoticComponent>; export default ImageListItemBar; export { ImageListItemBar, GlassImageListItemBar }; //# sourceMappingURL=ImageListItemBar.d.ts.map