import { Ref } from '../../adapter-vue';
export declare type TButtonPanelContextValue = {
    status: Ref<string>;
};
export declare const ButtonPanelContextValue: {
    status: Ref<string>;
};
export declare const ButtonPanelContextKey = "ButtonPanelContextKey";
