import React from 'react';
import { UndrawSVGProps } from '../types';
declare const Personalization: React.FC<UndrawSVGProps>;
export default Personalization;
