import React from 'react';
export declare const TILELAYOUTITEMHINT_CLASSNAME = "k-layout-item-hint";
export type KendoTileLayoutItemHintProps = {
    style?: React.CSSProperties;
};
export declare const TileLayoutItemHint: {
    (props: KendoTileLayoutItemHintProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {};
};
export default TileLayoutItemHint;
