import { IAnchorProps } from "./Link.Props"; /** * Handles an href and target being passed to an anchor / link, without a rel. * @param anchorProps */ export declare function getDefaultAnchorProps(anchorProps: IAnchorProps | undefined): IAnchorProps | undefined;