import { default as React, HTMLAttributes } from 'react'; export interface SKUMatrixProps extends HTMLAttributes { /** * ID to find this component in testing tools (e.g.: cypress, testing library, and jest). */ testId?: string; } declare const SKUMatrix: React.ForwardRefExoticComponent>; export default SKUMatrix; //# sourceMappingURL=SKUMatrix.d.ts.map