/// <reference types="react" />
import { TileProps } from './types';
declare const Tile: (props: TileProps) => JSX.Element;
export default Tile;
