import React from 'react'; declare type SaraIconType = { className?: string; }; declare const SaraIconDefault: (props: SaraIconType) => React.JSX.Element; export default SaraIconDefault;