import { KendoCardCalloutProps } from '../card';
export declare const TIMELINECARDCALLOUT_CLASSNAME = "k-timeline-card-callout";
export declare const TimelineCardCallout: {
    (props: KendoCardCalloutProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    className: string;
    defaultOptions: {};
};
export default TimelineCardCallout;
