import type { MemoOptions } from "../Memo/Memo.types.js"; export type MemoProps = Omit; export interface MemoSaveDetail { text: string; } export declare function registerMemoElement(): CustomElementConstructor | undefined; //# sourceMappingURL=memo.d.ts.map