import { KendoComponent } from '../_types/component';
export declare const PANELBAR_CLASSNAME = "k-panelbar";
export type KendoPanelBarProps = {
    /** @aria aria-activedescendant - Points to the currently focused item */
    activeDescendant?: string;
};
export declare const PanelBar: KendoComponent<KendoPanelBarProps & React.HTMLAttributes<HTMLUListElement>>;
export default PanelBar;
