import React from 'react'; declare type Props = { style?: object; label?: string; }; declare const Spinner: React.FC; export default Spinner;