import * as React from 'react';
import type { TileProps } from './types';
declare const Tile: React.ForwardRefExoticComponent<TileProps & React.RefAttributes<unknown>>;
export default Tile;
