interface Props {
    id: string;
}
declare const FootnoteRef: import("svelte").Component<Props, {}, "">;
type FootnoteRef = ReturnType<typeof FootnoteRef>;
export default FootnoteRef;
