/**
 * Possible sizes of limel-spinner.
 * @public
 */
export type SpinnerSize = 'mini' | 'x-small' | 'small' | 'medium' | 'large';
//# sourceMappingURL=spinner.types.d.ts.map