/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ declare const ActionSheetItem: import('vue').DefineComponent; description: PropType; disabled: PropType; group: { type: PropType; validator: (value?: string) => any; }; item: PropType; icon: PropType; svgIcon: PropType; iconColor: PropType; iconSize: PropType; content: PropType; title: PropType; tabIndex: { type: PropType; default: number; }; }>, {}, {}, { wrapperClass(): { 'k-actionsheet-item': boolean; 'k-cursor-pointer': boolean; 'k-disabled': any; }; }, { onClick(event: any): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: any; }, string, import('vue').PublicProps, Readonly; description: PropType; disabled: PropType; group: { type: PropType; validator: (value?: string) => any; }; item: PropType; icon: PropType; svgIcon: PropType; iconColor: PropType; iconSize: PropType; content: PropType; title: PropType; tabIndex: { type: PropType; default: number; }; }>> & Readonly<{ onClick?: (...args: any[] | unknown[]) => any; }>, { tabIndex: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ActionSheetItem };