interface CustomStarIconProps { className?: string; fill?: string; width?: number; height?: number; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare const CustomStarIcon: ({ className, fill, width, height, ...props }: CustomStarIconProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=custom-star-icon.d.ts.map