import type { SpinProps } from '../../spin';
declare const useSpinProps: (loading?: boolean | SpinProps) => SpinProps;
export default useSpinProps;
