import type React from 'react' import { Typography } from '../Typography' export const PlatformAdDescription = ({ children, }: React.PropsWithChildren) => ( {children} )