import React from 'react'; import { FlintItemFooter as FlintItemFooterElement } from '@getufy/flint-ui/item/flint-item'; /** * Full-bleed footer that spans the bottom of the item, cancelling the item's padding so the footer appears flush with the border. Always place as the last child of `flint-item`. * * @slot (default) - Footer content: metadata, links, supplementary actions. */ export interface FlintItemFooterProps extends React.HTMLAttributes { } export declare const FlintItemFooter: React.ForwardRefExoticComponent>;