import type { BindingsConsumerProps } from '../../components/BindingsConsumer'; export interface MakeBindableComponentOptions, PassThruKeyT extends keyof PropsT & string = never> { passThru?: PassThruKeyT[]; bindingsConsumerProps?: Omit, 'bindings'>; } //# sourceMappingURL=make-bindable-component-options.d.ts.map