import { ITabItemRenderlessParams } from '@/types'; export declare const computedIsClosable: ({ rootTabs, props }: Pick) => () => boolean; export declare const computedActive: ({ nextTick, props, state }: Pick) => () => boolean; export declare const computedPaneName: ({ props, state }: Pick) => () => string | null; export declare const watchTitle: (parent: ITabItemRenderlessParams) => () => any;