import { TilesProps } from './interfaces'; import { InternalBaseComponentProps } from '../internal/hooks/use-base-component'; declare type InternalTilesProps = TilesProps & InternalBaseComponentProps; export default function InternalTiles({ value, items, ariaLabel, ariaRequired, columns, onChange, __internalRootRef, ...rest }: InternalTilesProps): JSX.Element; export {}; //# sourceMappingURL=internal.d.ts.map