import React from 'react'; import { FlintItemContent as FlintItemContentElement } from '@getufy/flint-ui/item/flint-item'; /** * Flex-column wrapper for an item's title and description. * * @slot (default) - Accepts `flint-item-title`, `flint-item-description`, or any content. */ export interface FlintItemContentProps extends React.HTMLAttributes { } export declare const FlintItemContent: React.ForwardRefExoticComponent>;