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 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; }, { positiveText: string; negativeText: string; }>; dateLocaleRef: import("vue").Ref; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, 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<{}>, { readonly showIcon: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;