import type { SetupContext } from 'vue';
import { InputProps, UseInputRender } from '../input-types';
export declare function useInputRender(props: InputProps, ctx: SetupContext): UseInputRender;
