export declare const TIMELINEHORIZONTALEVENT_CLASSNAME = "k-timeline-event";
export type KendoHorizontalTimelineEventProps = {
    content?: string | React.JSX.Element;
    title?: string;
    subtitle?: string;
};
export declare const HorizontalTimelineEvent: {
    (props: KendoHorizontalTimelineEventProps & React.HTMLAttributes<HTMLLIElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {
        title: string;
        subtitle: string;
        content: string;
    };
};
export default HorizontalTimelineEvent;
