import type { ExtractPropTypes } from 'vue';
export declare const buttonPopconfirmProps: {
    /**
     * Whether to enable the drop-down menu
     * @default: true
     */
    enable: {
        type: BooleanConstructor;
        default: boolean;
    };
};
export declare type ButtonPopconfirmProps = ExtractPropTypes<typeof buttonPopconfirmProps>;
