import type React from "react"; import { Item as ShadcnItem, ItemMedia as ShadcnItemMedia, ItemContent as ShadcnItemContent, ItemActions as ShadcnItemActions, ItemGroup as ShadcnItemGroup, ItemSeparator as ShadcnItemSeparator, ItemTitle as ShadcnItemTitle, ItemDescription as ShadcnItemDescription, ItemHeader as ShadcnItemHeader, ItemFooter as ShadcnItemFooter } from "src/shadcn/components/item"; declare const Item: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemMedia: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemContent: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemActions: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemGroup: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemSeparator: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemTitle: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemDescription: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemHeader: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const ItemFooter: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { Item, ItemMedia, ItemContent, ItemActions, ItemGroup, ItemSeparator, ItemTitle, ItemDescription, ItemHeader, ItemFooter, };