import * as React from 'react'; declare const PrintIcon: React.FC<{ className?: string; title?: string; }>; export default PrintIcon;