/// import { MaskedTextProps } from './type'; declare const MaskedText: ({ text, startLength, endLength, chipIndex, copyText, selectionProps }: MaskedTextProps) => import("react").JSX.Element; export default MaskedText;