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