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