import type { FocalPoint } from "@scandic-hotels/trpc/types/image" export interface HeroProps { alt: string src: string focalPoint?: FocalPoint }