import { type ChildrenProps, type SingleOrResponsive, type SizesDictionaryType, type StyleProps } from './shared'; export type SpiritPartnerLogoSizeType = SingleOrResponsive | S>; export interface SpiritPartnerLogoProps extends ChildrenProps, StyleProps { hasSafeArea?: boolean; isFluid?: boolean; size?: SpiritPartnerLogoSizeType; }