/// import { BaseIconProps } from '../../types'; declare function SvgSofort({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgSofort;