import type { JSX } from 'solid-js'; import type { HeadlessProps, ValidConstructor } from '../../utils/dynamic-prop'; export type FeedLabelProps = HeadlessProps; export declare function FeedLabel(props: FeedLabelProps): JSX.Element; //# sourceMappingURL=FeedLabel.d.ts.map