import type { PartialElement } from '../models/partial-element.js';
export type RouteLinkProps = PartialElement<Omit<HTMLAnchorElement, 'onclick'>>;
export declare const RouteLink: (props: Omit<Partial<Omit<HTMLAnchorElement, "onclick">>, "style"> & {
    style?: Partial<CSSStyleDeclaration>;
} & Omit<Partial<HTMLElement>, "style">, children?: import("../index.js").ChildrenList) => JSX.Element;
//# sourceMappingURL=route-link.d.ts.map