import { default as React } from 'react'; interface IconWithImageProps { height?: number; srcPath: string; width: number; } declare const IconWithImage: React.FC; export type { IconWithImageProps }; export { IconWithImage }; //# sourceMappingURL=index.d.ts.map