/// import { IconProps } from '../../types'; declare const StarShine: (allProps: IconProps) => JSX.Element; export default StarShine;