import type { IconDefinition } from '../types';
declare const StarFilled: IconDefinition;
export default StarFilled;
