import * as React from "react";
import type { Props } from "./types";
declare const TileGroup: ({ children, dataTest, id, as }: Props) => React.JSX.Element;
export default TileGroup;
