import * as class_variance_authority_types from 'class-variance-authority/types'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { VariantProps } from 'class-variance-authority'; import * as React from 'react'; import { Separator } from './separator.js'; import 'radix-ui'; declare function ItemGroup({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function ItemSeparator({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare const itemVariants: (props?: ({ variant?: "default" | "outline" | "muted" | null | undefined; size?: "default" | "sm" | "xs" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string; declare function Item({ className, variant, size, asChild, ...props }: React.ComponentProps<"div"> & VariantProps & { asChild?: boolean; }): react_jsx_runtime.JSX.Element; declare const itemMediaVariants: (props?: ({ variant?: "image" | "default" | "icon" | null | undefined; } & class_variance_authority_types.ClassProp) | undefined) => string; declare function ItemMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps): react_jsx_runtime.JSX.Element; declare function ItemContent({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function ItemTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function ItemDescription({ className, ...props }: React.ComponentProps<"p">): react_jsx_runtime.JSX.Element; declare function ItemActions({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function ItemHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; declare function ItemFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element; export { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, ItemTitle };