import React from 'react'; import { FlintItemHeader as FlintItemHeaderElement } from '@getufy/flint-ui/item/flint-item'; /** * Full-bleed header that spans the top of the item, cancelling the item's padding so media (images) appear flush with the border. Always place as the first child of `flint-item`. * * @slot (default) - Header content, typically an image or decorative element. */ export interface FlintItemHeaderProps extends React.HTMLAttributes { } export declare const FlintItemHeader: React.ForwardRefExoticComponent>;