export interface InfoIconProps { svgAttrs?: SVGProps; } import { SVGProps } from "../types"; declare function InfoIcon(props: InfoIconProps): import("react/jsx-runtime").JSX.Element; export default InfoIcon;