import { type TProperties } from '../../types/properties.mjs'; export type TFromObject = (Properties); export declare function FromObject(properties: Properties): TFromObject;