///
import { StyledLinkIconButton } from "./link-icon-button.styled";
import type { IconProps } from "../icons/withSharedIconProps";
import type { WithTestId } from "../../types";
interface LinkIconButtonProps extends WithTestId> {
Icon: React.FC | React.ReactElement;
href: string;
}
export declare const LinkIconButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
export {};
//# sourceMappingURL=index.d.ts.map