import { NgtComponentStore } from '../stores/component-store'; export declare function createPassThroughOutput(wrapper: TObject, host: TObject): (key: keyof TObject) => void; export declare function createPassThroughInput(wrapper: TObject, host: TObject): (key: keyof TObject, shouldStartWithUndefined?: boolean, useMergeValue?: boolean) => void;