/** * @returns a string for data-testid(s) on components and component internals by sharing a common prefix */ export declare function prefixDataTestId(prefix?: string, value?: string, index?: number | string): string | undefined;