import React from 'react'; declare function PrintIcon({ fill, ...rest }: React.SVGProps): React.JSX.Element; export default PrintIcon;