'use client' import React from 'react' const CustomLabel: React.FC<{ htmlFor: string }> = ({ htmlFor }) => { return ( ) } export default CustomLabel