import type { TextProps } from '../../model/HeadlineType'; import { type LinkProps } from '../../model/LinkProps'; declare type FootnoteProps = TextProps & { link?: LinkProps; }; export declare const Footnote: import("@redneckz/uni-jsx").UNIComponent; export {};