import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type FeedLabelProps = HeadlessProps; /** * The accessible name of a `Feed`, wired up through `aria-labelledby`. * * Renders a `` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/feed.md} */ export declare function FeedLabel(props: FeedLabelProps): JSX.Element; //# sourceMappingURL=FeedLabel.d.ts.map