export declare const CARDCALLOUT_CLASSNAME = "k-card-callout";
export type KendoCardCalloutProps = {
    callout?: null | 'true' | 'top' | 'bottom' | 'left' | 'right';
};
export declare const CardCallout: (props: KendoCardCalloutProps & React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
