type __VLS_Props = { localStorageKey?: string; localStorageAppUrlKey?: string; fullscreen?: boolean; isWidgetVisible?: boolean; hideOpenInNewTab?: boolean; showFocusNotes?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: () => any; openInNewTab: () => any; focusOpenedFullscreenNotes: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onClose?: (() => any) | undefined; onOpenInNewTab?: (() => any) | undefined; onFocusOpenedFullscreenNotes?: (() => any) | undefined; }>, { localStorageKey: string; fullscreen: boolean; localStorageAppUrlKey: string; isWidgetVisible: boolean; hideOpenInNewTab: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { notesTextAreaRef: HTMLTextAreaElement; }, HTMLDivElement>; export default _default;