import { h } from 'preact'; import { IconProps } from './types'; export declare const InfoIcon: ({ size, className, style }: IconProps) => h.JSX.Element; //# sourceMappingURL=info.d.ts.map