import React from 'react'; export type DecafSpinnerType = { title?: string; color?: string; size?: number; titleColor?: string; }; /** * * @param title string * @param color string * @param size number * @param titleColor string * @returns JSX.Element */ export default function DecafSpinner(props: DecafSpinnerType): React.JSX.Element; //# sourceMappingURL=DecafSpinner.d.ts.map