/// interface CurrentCreditsIconProps { className?: string; color?: string; height?: string; width?: string; } export default function CurrentCreditsIcon({ className, color, height, width, }: CurrentCreditsIconProps): JSX.Element; export {};