import type { GetStyleBasedFormatState } from 'roosterjs-editor-types'; /** * @internal * Get style based format state from current selection, including font name/size and colors * @param core The EditorCore objects * @param node The node to get style from */ export declare const getStyleBasedFormatState: GetStyleBasedFormatState;