import { LinkProps as DSLinkProps } from '@strapi/design-system/v2'; /** * @preserve * * @deprecated Use @strapi/design-system LinkButton instead. */ declare const Link: (props: DSLinkProps & { to?: string; }) => import("react/jsx-runtime").JSX.Element; export { Link }; //# sourceMappingURL=Link.d.ts.map