import { DevModeAction } from './types'; type __VLS_Props = { open?: boolean; customActions?: DevModeAction[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:open": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:open"?: ((value: boolean) => any) | undefined; }>, { open: boolean; customActions: DevModeAction[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { localTextareaRef: HTMLTextAreaElement; sessionTextareaRef: HTMLTextAreaElement; cookieTextareaRef: HTMLTextAreaElement; }, any>; export default _default;