export declare type RouterDirection = 'forward' | 'back' | 'none'; export type HrefProps = Omit & { routerLink?: string; routerDirection?: RouterDirection; };