type Props = {
    data: InputControl<InputControlType>;
    focus?: boolean;
    inputTextSize?: string;
};
import { InputControl, type InputControlType } from '../../../../../socket';
declare const InputControl: import("svelte").Component<Props, {}, "data">;
type InputControl = ReturnType<typeof InputControl>;
export default InputControl;
