import { LinkContentVariantProps } from '@seed-design/css/recipes/link-content'; import { PrimitiveProps } from '@seed-design/react-primitive'; import { StyleProps } from '../../utils/styled'; import type * as React from "react"; /** * @deprecated Use `ActionButton` with variant="ghost" instead. */ export interface LinkContentProps extends LinkContentVariantProps, PrimitiveProps, Pick, Omit, "color"> { } /** * @deprecated Use `ActionButton` with variant="ghost" instead. */ export declare const LinkContent: React.ForwardRefExoticComponent>; //# sourceMappingURL=LinkContent.d.ts.map