/// import type { Editor } from "@tiptap/core"; interface LimitModalProps { editor: Editor; } export declare function TableLimitToast(props: LimitModalProps): JSX.Element; export {};