/** * TODO: Documentar */ export declare const getNameDataTestId: (componentName: string, slotKey: string, instaceId?: string) => string; /** * Utilidad que permite generar el nombre único que sirve para realizar las pruebas unitarias y de integración. * Genera el atributo data-testid * @param componentName - * @param slotKey */ export declare function getPropDataTestId(componentName: string, slotKey: string, instaceId?: string): { 'data-testid': string; } | { 'data-testid'?: undefined; }; //# sourceMappingURL=getNameDataTestId.d.ts.map