import { IPartialLocaleValues } from "../index"; /** * locale : Dutch (nl) * author : Martijn Melchers : https://github.com/martijnmelchers */ declare const nl: IPartialLocaleValues; export default nl;