/** * Default spinner component that'll be used as the initial loading indicator. */ export declare const Spinner: () => JSX.Element;