import { type ChildrenProps, type StyleProps } from './shared'; export interface SpiritProductLogoProps extends ChildrenProps, StyleProps { }