/// import { IconProps } from '../../types'; declare const EndCall: (allProps: IconProps) => JSX.Element; export default EndCall;