/**
 * Find class names in content
 */
declare function findUsedClassNames(content: string): string[];
export { findUsedClassNames };