• Returns ZodObject<
        Required<
            {
                href?: ZodType<
                    undefined
                    | Maybe<string>,
                    any,
                    undefined | Maybe<string>,
                >;
                iconifyIcon?: ZodType<
                    undefined
                    | Maybe<NavLinksDropdownIconifyIcon>,
                    any,
                    undefined | Maybe<NavLinksDropdownIconifyIcon>,
                >;
                mainLink?: ZodType<
                    undefined
                    | Maybe<NavLinksDropdownMainLink>,
                    any,
                    undefined | Maybe<NavLinksDropdownMainLink>,
                >;
                subLinks?: ZodType<
                    undefined
                    | Maybe<Maybe<NavLinksDropdownSubLinks>[]>,
                    any,
                    undefined | Maybe<Maybe<NavLinksDropdownSubLinks>[]>,
                >;
                title: ZodType<string, any, string>;
            },
        >,
    >