import { KendoComponent } from '../_types/component';
export declare const DRAWERCONTENT_CLASSNAME = "k-drawer-content";
export declare const DrawerContent: KendoComponent<React.HTMLAttributes<HTMLDivElement>>;
export default DrawerContent;
