import { TypedHash } from "./TypedHash";
import { PNPTerm } from "./sharepoint";
export interface WithLabel {
    i18nLabels?: TypedHash<string>;
}
export declare type i18nTerm = PNPTerm & WithLabel;
