/**
 * Find all values of a CSS property in content
 */
declare function findCSSPropertyValues(content: string, property: string): string[];
export { findCSSPropertyValues };