declare type LinkTarget = 'self' | 'blank' | 'parent' | 'top';
export { LinkTarget };
