import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgPhonelinkErase: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgPhonelinkErase; //# sourceMappingURL=PhonelinkErase.d.ts.map