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