export declare const testAttrName = "data-test"; export declare const testAttr: (testId: string) => { [testAttrName]: string; }; export declare const testSelector: (testId: string) => string;