import React from 'react'; declare const SaveIcon: React.FC<{ color?: string; className?: string; }>; export { SaveIcon };