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