import type { ISpinnerProps } from './types'; export declare function useSpinner(props: ISpinnerProps): { spinnerProps: { accessible: boolean; accessibilityLabel: string; }; };