/** * Gets the all format objects at the start of the selection. * * @param {RichTextValue} value Value to inspect. * @param {Array} EMPTY_ACTIVE_FORMATS Array to return if there are no * active formats. * * @return {RichTextFormatList} Active format objects. */ export function getActiveFormats(value: RichTextValue, EMPTY_ACTIVE_FORMATS?: any[]): RichTextFormatList; export type RichTextValue = import("./types").RichTextValue; export type RichTextFormatList = import("./types").RichTextFormatList; //# sourceMappingURL=get-active-formats.d.ts.map