import { DefaultItemProps, ItemPropsBase, Url, AvatarElement } from "@opensea/ui-kit"; import React from "react"; import { AvatarProps } from "../Avatar"; import { LinkProps } from "../Link"; type LinkItemProps = ItemPropsBase & { href: Url; } & LinkProps; export type ItemProps = DefaultItemProps | LinkItemProps; export declare const Item: React.ForwardRefExoticComponent<(DefaultItemProps | Omit) & React.RefAttributes> & { Avatar: React.ForwardRefExoticComponent> & { Badge: React.ForwardRefExoticComponent, "height" | "width"> & import("@opensea/ui-kit").TextColorVariantProps & Omit>>, "tint"> & { tintSrc?: string; } & React.RefAttributes>; }; Content: ({ className, ...rest }: import("@opensea/ui-kit").VerticalAlignedProps) => React.JSX.Element; Title: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("@opensea/ui-kit").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; Description: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & { asChild?: boolean; } & import("tailwind-variants").VariantProps>> & import("@opensea/ui-kit").TextColorVariantProps & React.RefAttributes, "ref"> & React.RefAttributes>; Side: ({ className, ...rest }: import("@opensea/ui-kit").FlexColumnProps) => React.JSX.Element; Action: ({ className, ...rest }: import("@opensea/ui-kit").FlexColumnProps) => React.JSX.Element; }; export {}; //# sourceMappingURL=Item.d.ts.map