import { TilesProps } from './interfaces'; export { TilesProps }; export default function Tiles(props: TilesProps): JSX.Element; //# sourceMappingURL=index.d.ts.map