import React from 'react'; import { TilesProps } from './interfaces'; import { useContainerBreakpoints } from '../internal/hooks/container-queries'; interface TileProps { item: TilesProps.TilesDefinition; selected: boolean; name: string; breakpoint: ReturnType[0]; onChange: TilesProps['onChange']; } export declare const Tile: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=tile.d.ts.map