import { type EnhancedComponent } from '../../utils'; import _PopoutInput from './popout-input.vue'; export declare const PopoutInput: EnhancedComponent; export default PopoutInput; export type { PopoutInputProps, PopoutInputEmits } from './common'; export * from './usePopoutInput';