import { KendoComponent } from '../_types/component';
export declare const ACTIONBUTTONS_CLASSNAME = "k-actions";
export type KendoActionButtonsProps = {
    alignment?: 'start' | 'center' | 'end' | 'stretched' | 'justify';
    orientation?: 'horizontal' | 'vertical';
};
export declare const ActionButtons: KendoComponent<KendoActionButtonsProps & React.HTMLAttributes<HTMLDivElement>>;
export default ActionButtons;
