import type { RichContent } from 'ricos-schema'; import type { Translatable } from '../types'; export declare const toTranslatables: ({ nodes }: RichContent) => Translatable[]; //# sourceMappingURL=toTranslatables.d.ts.map