export declare const LINK_TARGETS: readonly ["_self", "_blank", "_parent", "_top"];
export type LinkTarget = (typeof LINK_TARGETS)[number];
