import React from "react"; import type { TilesProps } from "./types"; export declare function Tiles({ children, minSize, gap, autoWidth, as: Tag, dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, align, }: TilesProps): React.JSX.Element;