import React from 'react'; interface LumaIconProps extends React.SVGProps { className?: string; size?: number; color?: string; } /** * Luma brand icon * Features a 4-pointed star shape representing the Luma logo * Default color is 'currentColor' for easy styling */ /** @deprecated Use icons from icons-v2-generated instead. */ export declare function LumaIcon({ className, size, color, ...props }: LumaIconProps): React.JSX.Element; export {}; //# sourceMappingURL=luma-icon.d.ts.map