export interface InputProps { modelValue?: T; } export declare const defineContainer: (name: string, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string) => import("vue").DefineSetupFnComponent, {}, {}, Props & InputProps & {}, import("vue").PublicProps>;