/// interface SpinProps { dataState: any; tip?: string; } declare const SpinComp: (props: SpinProps) => JSX.Element; export default SpinComp;