/**
 * @param {string} prop lower-cased, a property of one of the two families
 * @param {string} value
 * @return {boolean} whether the browser keeps the declaration
 */
declare function browserKeeps(prop: string, value: string): boolean;
export { browserKeeps };
//# sourceMappingURL=validateBox.d.ts.map