import type { FC, DetailedHTMLProps, HTMLAttributes } from 'react'; export interface PharosLoadingSpinnerProps extends DetailedHTMLProps, HTMLElement> { /** * Indicates if the spinner is on background */ isOnBackground?: boolean; /** * Indicates if the spinner is small */ small?: boolean; } export declare const PharosLoadingSpinner: FC; //# sourceMappingURL=pharos-loading-spinner.d.ts.map