import type { SVGProps } from "react"; export interface AsteriskIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function AsteriskIcon({ className, size, color, ...props }: AsteriskIconProps): import("react").JSX.Element; //# sourceMappingURL=asterisk-icon.d.ts.map