/// import { StyledLinkButton } from "./link-button.styled"; import type { WithTestId } from "../../types"; export interface LinkButtonProps extends WithTestId> { text?: string | null | undefined; href: string; children?: React.ReactNode; extra?: React.ReactNode; extraPosition?: "left" | "right"; disabled?: boolean; } export declare const LinkButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //# sourceMappingURL=index.d.ts.map