import { PropType } from 'vue'; export declare const panelProps: { readonly positiveText: StringConstructor; readonly negativeText: StringConstructor; 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: StringConstructor; readonly negativeText: StringConstructor; 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; }>; localizedPositiveText: import("vue").ComputedRef; localizedNegativeText: import("vue").ComputedRef; handlePositiveClick(e: MouseEvent): void; handleNegativeClick(e: MouseEvent): void; localeRef: import("vue").Ref<{ positiveText: string; negativeText: string; }>; dateLocaleRef: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly void>; readonly required: true; }; readonly onNegativeClick: { readonly type: PropType<(e: MouseEvent) => void>; readonly required: true; }; }>>, { showIcon: boolean; }>; export default _default;