export declare const AddonName = "STORYBOOK_ADDON_VUE_INFO";
export declare const PanelName: string;
export declare const Events: {
    ShowDocs: string;
};
