/// declare const LandingLogo: ({ id, width, height, color, }: { id?: string | undefined; width?: number | undefined; height?: number | undefined; color?: string | undefined; }) => JSX.Element; export default LandingLogo;