export declare const TABSTRIPITEMS_CLASSNAME = "k-tabstrip-items";
export type KendoTabStripItemsProps = {
    tabAlignment?: string;
    /** @aria When vertical, sets aria-orientation on the tablist */
    orientation?: 'horizontal' | 'vertical';
};
export declare const TabStripItems: {
    (props: KendoTabStripItemsProps & React.HTMLAttributes<HTMLUListElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {
        tabAlignment: string;
    };
};
export default TabStripItems;
