import { InjectionKey } from 'vue';
export declare const innerComponentInjectKey: InjectionKey<{
    isInnerInput: Boolean;
}>;
