import type { UnknownRecord } from '../types'; export declare function applyProps(instance: TInstance, props: UnknownRecord): void;