import { SVGProps } from "react"; declare const SvgCall: (props: SVGProps) => JSX.Element; export default SvgCall;