import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface StarsIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function StarsIcon({ size, color, style, className, ...props }: StarsIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StarsIcon.d.ts.map