import { KendoComponent } from '../_types/component';
export declare const PROMPT_CLASSNAME = "k-prompt";
export declare const Prompt: KendoComponent<React.HTMLAttributes<HTMLDivElement>>;
export default Prompt;
