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