import React from 'react';
import { KendoComponent } from '../_types/component';
export declare const TILELAYOUTITEMHINT_CLASSNAME = "k-layout-item-hint";
export type KendoTileLayoutItemHintProps = {
    style?: React.CSSProperties;
};
export declare const TileLayoutItemHint: KendoComponent<KendoTileLayoutItemHintProps & React.HTMLAttributes<HTMLDivElement>>;
export default TileLayoutItemHint;
