import "../button/btn.css"; import React from "react"; import { BaseLinkElementProps } from "./BaseLink"; export type IconLinkProps = Omit & { "aria-label": string; /** The icon element to display. */ icon: React.ReactNode; }; export declare const IconLink: React.ForwardRefExoticComponent & { "aria-label": string; /** The icon element to display. */ icon: React.ReactNode; } & React.RefAttributes>; //# sourceMappingURL=IconLink.d.ts.map