import { CSSProperties } from 'react'; import './index.os.less'; export declare type IconLoadingProps = { style?: CSSProperties; width?: CSSProperties['width']; }; declare const IconLoading: ({ style, width }: IconLoadingProps) => JSX.Element; export default IconLoading;