import React from 'react'; import { type SpiritPartnerLogoProps } from '../../types/partnerLogo'; declare const PartnerLogo: { (props: SpiritPartnerLogoProps): React.JSX.Element; spiritComponent: string; }; export default PartnerLogo;