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