import React, { type FC, type SVGProps } from 'react'; export const DefaultLogo: FC> = (props) => ( );