export default function NewTabAccessibilityLabel({ target }: { target?: null | 'self' | 'blank'; }): import("react/jsx-runtime").JSX.Element | null;