import React from 'react'; /** Star icon that reflects whether an item is favorited. */ export declare const FavoriteToggleSVG: React.FC<{ favorite?: boolean; }>; //# sourceMappingURL=FavoriteToggleSVG.d.ts.map