import { FC } from "react"; import { SVGProps } from "react"; export interface IconProps extends SVGProps { size: number; } export declare const InfoIcon: FC; //# sourceMappingURL=info.d.ts.map