import type { FluxelComponent, FluxelInternalOptionsFromNode } from "../type.js"; export type LinkProps = Omit, "href"> & { href: string; replace?: boolean; }; export declare const Link: FluxelComponent;