///
import { Flex } from "../flex";
import { StyledLink } from "./link.styled";
import type { WithTestId } from "../../types";
export interface LinkProps extends WithTestId> {
children: React.ReactNode;
href: string;
icon?: React.ReactNode;
gap?: React.ComponentProps["gap"];
}
export declare const Link: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
//# sourceMappingURL=index.d.ts.map