import * as React from "react";
import type { Props } from "./types";
declare const FeatureIcon: ({ alt, name, dataTest, id }: Props) => React.JSX.Element;
export default FeatureIcon;
//# sourceMappingURL=index.d.ts.map