export declare function assignPropsWithContext<Props>(props: Props, ...contexts: Array<Record<string, unknown>>): {};
