export declare class SVGStar { width: number; height: number; fill: string; title?: string; } export declare class SVGStarHollow { width: number; height: number; fill: string; title?: string; }