import React from 'react' /** @internal */ export function Spinner(props: React.SVGProps) { return ( ) }