import { type LinkProps } from '../../model/LinkProps'; import { type OnClickProps } from '../../model/OnClickProps'; interface HorizontalNavigationLinkProps extends LinkProps, OnClickProps { className: string; index: number; } export declare const HorizontalNavigationLink: import("@redneckz/uni-jsx").UNIComponent, any, any>; export {};