import { CSSProperties } from 'react'; export interface LoadingProps { style?: CSSProperties; size?: string; borderWidth?: string; }