import { default as React } from 'react';
import { IconStyles } from './types';
interface StarIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const StarIcon: React.FC<StarIconProps>;
export default StarIcon;
//# sourceMappingURL=Star.d.ts.map