import { TilesProps } from './interfaces';
export { TilesProps };
export default function Tiles({ value, items, ariaLabel, ariaRequired, columns, onChange, ...rest }: TilesProps): JSX.Element;
