import { ActionButtonProps } from './itlab-action-button.vue'; type ActionButtonConfirmProps = ActionButtonProps & { confirmLabel: ActionButtonProps['label']; confirmColor?: ActionButtonProps['color']; }; declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onConfirm?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;