import type { ILabelableProps } from '../Controls/Behaviors/Labelable'; /** * Represents the `IRouterAnchorElementProps` interface. * * @public */ export interface IRouterAnchorElementProps extends ILabelableProps { ref: string; } //# sourceMappingURL=IRouterAnchorElementProps.d.ts.map