type Props = { src: string; href: string; }; export declare const PhotoCard: ({ src, href }: Props) => import("react/jsx-runtime").JSX.Element; export {};