/// import type IconType from '../IconType'; declare const StarShaped: ({ color, size, ...rest }: IconType) => JSX.Element; export default StarShaped;