import { LinkType } from "@/types/types"; interface ILinkProperties { className?: string; links: Array; } export declare const AuthLinks: ({ className, links }: ILinkProperties) => import("react").JSX.Element; export {}; //# sourceMappingURL=AuthLinks.d.ts.map