import { IconProps } from '../lib';
declare function Star(props: IconProps): JSX.Element;
export default Star;
