import "jb-input";
import { JBInputWebComponent, ValidationValue } from "jb-input";
import { type WithValidation } from "jb-validation";
export declare class JBMobileInputWebComponent extends JBInputWebComponent implements WithValidation<ValidationValue> {
    #private;
    constructor();
    initMobileInputWebComponent(): void;
}
