import { ActionButtonProps } from './itlab-action-button.vue'; import { ActionHeadProps } from './itlab-action-head.vue'; type ActionButtonViewOptionsProps = ActionButtonProps & { headOptions?: ActionHeadProps; }; type __VLS_Props = ActionButtonViewOptionsProps; type __VLS_ModelProps = { 'visible'?: boolean; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare var __VLS_11: {}, __VLS_20: { id: string; isVisible: boolean; isNested: boolean; theme: import('itlab-theme-system').CurrentTheme; toggle: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; show: () => void; hide: (options?: import('../floating/useFloatingInstance.composable').FloatingHideOptions) => void; }, __VLS_23: { id: string; isVisible: boolean; isNested: boolean; theme: import('itlab-theme-system').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; } & { default?: (props: typeof __VLS_20) => any; } & { footer?: (props: typeof __VLS_23) => any; }; declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, Readonly, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:visible": (value: boolean | undefined) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "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; }; };