import { type PropType } from 'vue'; export declare const panelProps: { readonly positiveText: PropType; readonly negativeText: PropType; readonly showIcon: { readonly type: BooleanConstructor; readonly default: true; }; readonly onPositiveClick: { readonly type: PropType<(e: MouseEvent) => void>; readonly required: true; }; readonly onNegativeClick: { readonly type: PropType<(e: MouseEvent) => void>; readonly required: true; }; }; export declare const panelPropKeys: ("positiveText" | "negativeText" | "showIcon" | "onPositiveClick" | "onNegativeClick")[]; declare const _default: import("vue").DefineComponent<{ readonly positiveText: PropType; readonly negativeText: PropType; readonly showIcon: { readonly type: BooleanConstructor; readonly default: true; }; readonly onPositiveClick: { readonly type: PropType<(e: MouseEvent) => void>; readonly required: true; }; readonly onNegativeClick: { readonly type: PropType<(e: MouseEvent) => void>; readonly required: true; }; }, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-font-size': string; '--n-icon-size': string; '--n-icon-color': string; }> | undefined; localizedPositiveText: import("vue").ComputedRef; localizedNegativeText: import("vue").ComputedRef; positiveButtonProps: import("vue").Ref; negativeButtonProps: import("vue").Ref; handlePositiveClick(e: MouseEvent): void; handleNegativeClick(e: MouseEvent): void; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; localeRef: import("vue").Ref<{ positiveText: string; negativeText: string; }>; dateLocaleRef: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly negativeText: PropType; readonly showIcon: { readonly type: BooleanConstructor; readonly default: true; }; readonly onPositiveClick: { readonly type: PropType<(e: MouseEvent) => void>; readonly required: true; }; readonly onNegativeClick: { readonly type: PropType<(e: MouseEvent) => void>; readonly required: true; }; }>>, { readonly showIcon: boolean; }, {}>; export default _default;