import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const AsteriskIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { AsteriskIcon, AsteriskIcon as default };
//# sourceMappingURL=Asterisk.d.ts.map