import React from 'react'; export default function DesignServices({ className }: { className?: string; }): React.JSX.Element;