import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { LogoProps } from './types'; declare const Logo: FC & WithStyle; export default Logo;