import { IPartialLocaleValues } from "../index"; /** * locale : Portuguese (pt) * author : Fernando Niwes : https://github.com/fniwes */ declare const pt: IPartialLocaleValues; export default pt;