import { Icon } from '../iconTypes';
declare const IconMetadata: ({ className, color, title, width, height }: Icon) => JSX.Element;
export default IconMetadata;
