import { LineAttribute, TextAttribute } from '../delta'; import { Element } from './element'; type ElemFromAttr = (value: unknown) => Element; export declare const lineAttributeToElement: Record; export declare const textAttributeToElement: Record; export {};