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