import { ITemplateProps } from "../../types/identity.interface";
export default function GoldTemplateThree({ webInfo }: ITemplateProps): import("react/jsx-runtime").JSX.Element | null;
