/** * Copyright (c) 2022 - present TinyVue Authors. * Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd. * * Use of this source code is governed by an MIT-style license. * * THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, * BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR * A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS. * */ export declare const setSheetStyle: ({ state, props }: { state: any; props: any; }) => () => void; export declare const initScrollMenu: ({ state, nextTick, refs, BScroll }: { state: any; nextTick: any; refs: any; BScroll: any; }) => () => void; export declare const visibleHandle: ({ emit, state }: { emit: any; state: any; }) => () => void; export declare const watchVisible: ({ emit, state }: { emit: any; state: any; }) => (bool: any) => void; export declare const menuHandle: ({ emit, state }: { emit: any; state: any; }) => (item: any) => void; export declare const close: ({ api }: { api: any; }) => () => void; export declare const hide: ({ api }: { api: any; }) => () => void; export declare const selectOption: ({ emit, props }: { emit: any; props: any; }) => (option: any) => void; export declare const cancelFn: ({ api }: { api: any; }) => () => void; export declare const confirmFn: ({ api, state }: { api: any; state: any; }) => () => void; export declare const actionSelectOption: ({ emit }: { emit: any; }) => (option: any, index: any) => void; export declare const handleClose: ({ vm, emit, props }: { vm: any; emit: any; props: any; }) => (type: any, show: any) => void;