/** * Returns the Schema.org property that equals the metatag content value. * * @param value - Contents value of the metatag selected. * * @returns - Schema.org property that matches the value. */ declare const getConditionSchemaOrg: (value: string) => string; export default getConditionSchemaOrg;