import type { SVGAttributes } from "react"; interface IconProps extends SVGAttributes { size?: number; } export declare function IconInfo({ size, ...props }: IconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=IconInfo.d.ts.map