import { type IconTileProps } from '../../types';
/**
 * __IconTile__
 *
 * An icon with background shape, color, and size properties determined by Tile.
 */
export default function IconTileNew(props: IconTileProps): JSX.Element;
