import './index.pcss'; import { table } from "./table"; import { delimiter } from "./delimeter"; import { header } from "./header"; import { nestedList } from "./nestedList"; import { paragraph } from "./paragraph"; import { alert } from "./alert"; import { checklist } from "./checklist"; import { code } from "./code"; import { image } from "./image"; import { linkTool } from "./LinkTool"; import { quote } from "./quote"; import { raw } from "./raw"; import { warning } from "./warning"; import { embed } from "./embed"; export declare const transformBlocks: { alert: typeof alert; checklist: typeof checklist; code: typeof code; delimiter: typeof delimiter; header: typeof header; image: typeof image; LinkTool: typeof linkTool; list: typeof nestedList; paragraph: typeof paragraph; quote: typeof quote; raw: typeof raw; table: typeof table; warning: typeof warning; embed: typeof embed; };