import { CanvasBlock } from '../types'; export declare const DEFAULT_PLACEHOLDER_IMAGE = "https://images.unsplash.com/photo-1579546929518-9e396f3cc809?w=800&auto=format&fit=crop&q=60"; export declare const parseHtmlToBlocks: (htmlText: string) => CanvasBlock[];