import * as React from "react"; export declare const Integer: ({ size, color, left, right, ...props }: (React.SVGProps & import(".").IconPropsBase & { left?: undefined; right?: boolean | undefined; }) | (React.SVGProps & import(".").IconPropsBase & { left?: boolean | undefined; right?: undefined; })) => JSX.Element; //# sourceMappingURL=Integer.d.ts.map