import { BlockAttributes } from './types'; export declare const parseBlockAttributes: (text?: string | null) => BlockAttributes;