/**
 * Web InputMasked Component
 *
 */
import type { JSX } from 'react';
export default function InputMaskedElement(): JSX.Element;
