import type { JSX } from 'react'; export type NewTabButtonProps = { data: string; dataTestId?: string; }; export declare function NewTabButton({ data, dataTestId }: NewTabButtonProps): JSX.Element;