export declare enum ButtonFunction {
    BFN_DEL_BTN = 0,
    BFN_CLEAR = 1,
    BFN_USER_CLEAR = 2,
    BFN_REQUEST = 3
}
