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