import { Editor } from 'slate'; export declare function getValue(editor: Editor): ({ style: { value: { fontFamily?: string | null | undefined; lineHeight?: number | null | undefined; letterSpacing?: number | null | undefined; fontWeight?: number | null | undefined; textAlign?: string | null | undefined; uppercase?: boolean | null | undefined; underline?: boolean | null | undefined; strikethrough?: boolean | null | undefined; italic?: boolean | null | undefined; fontSize?: { value: number | null; unit: string | null; } | null | undefined; color?: { swatchId: string | null; alpha: number | null; } | null | undefined; }; deviceId: string; }[]; id?: string | undefined; } | undefined)[]; //# sourceMappingURL=getValue.d.ts.map