import { ActionProps } from '../action/itlab-action.vue'; import { ListButtonProps } from './itlab-list-button.vue'; import { TooltipBinding } from '../../types'; import { CurrentTheme } from 'itlab-theme-system'; export type ListActionButtonProps = ListButtonProps & Pick & { theme?: CurrentTheme; tooltip?: TooltipBinding; }; type __VLS_Props = ListActionButtonProps; type __VLS_ModelProps = { 'visible'?: boolean; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_11: {}, __VLS_27: { id: string; isVisible: boolean; isNested: boolean; theme: CurrentTheme; toggle: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; show: () => void; hide: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; }, __VLS_30: { id: string; isVisible: boolean; isNested: boolean; theme: CurrentTheme; toggle: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; show: () => void; hide: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; }, __VLS_33: { id: string; isVisible: boolean; isNested: boolean; theme: CurrentTheme; toggle: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; show: () => void; hide: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; }; type __VLS_Slots = {} & { button?: (props: typeof __VLS_11) => any; } & { header?: (props: typeof __VLS_27) => any; } & { default?: (props: typeof __VLS_30) => any; } & { footer?: (props: typeof __VLS_33) => any; }; declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, Readonly, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:visible": (value: boolean | undefined) => any; } & { "before-enter": () => any; "after-enter": () => any; "before-leave": () => any; "after-leave": () => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onBefore-enter"?: (() => any) | undefined; "onAfter-enter"?: (() => any) | undefined; "onBefore-leave"?: (() => any) | undefined; "onAfter-leave"?: (() => any) | undefined; "onUpdate:visible"?: ((value: boolean | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };