/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledFeatureIcon: import("styled-components").StyledComponent<({ className, name, alt, dataTest, id }: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
declare const FeatureIcon: ({ alt, name, dataTest, id }: Props) => JSX.Element;
export default FeatureIcon;
