declare module "@strapi/design-system"; declare module '@strapi/design-system/*'; declare module "@strapi/icons"; declare module '@strapi/icons/*'; declare module "@editorjs/checklist" { import CheckList from "@editorjs/checklist"; export = CheckList; } declare module "@editorjs/code" { import Code from "@editorjs/code"; export = Code; } declare module "@editorjs/delimiter" { import Delimiter from "@editorjs/delimiter"; export = Delimiter; } declare module "@editorjs/embed" { import Embed from "@editorjs/embed"; export = Embed; } declare module "@editorjs/header" { import Header from "@editorjs/header"; export = Header; } declare module "@editorjs/inline-code" { import InlineCode from "@editorjs/inline-code"; export = InlineCode; } declare module "@editorjs/link" { import Link from "@editorjs/link"; export = Link; } declare module "@editorjs/list" { import List from "@editorjs/list"; export = List; } declare module "@editorjs/marker" { import Marker from "@editorjs/marker"; export = Marker; } declare module "@editorjs/quote" { import Quote from "@editorjs/quote"; export = Quote; } declare module "@editorjs/raw" { import Raw from "@editorjs/raw"; export = Raw; } declare module "@editorjs/warning" { import Warning from "@editorjs/warning"; export = Warning; } declare module "editorjs-component-selector" { import ComponentSelectorTool from "editorjs-component-selector"; export = ComponentSelectorTool; } declare module "@editorjs/table" { import Table from "@editorjs/table"; export = Table; } declare module "@editorjs/paragraph" { import Paragraph from "@editorjs/paragraph"; export = Paragraph; } declare module "@editorjs/attaches" { import Attaches from "@editorjs/attaches"; export = Attaches; } declare module "@editorjs/image" { import Image from "@editorjs/image"; export = Image; }