export type IncludeComponentInput = Record; export declare function CoerceInputs(current: IncludeComponentInput, addition: IncludeComponentInput): void;