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