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