export = getDeclarationsThatMatchProperties; /** * Returns all declarations for the given CSS properties. * * @param {import('postcss').Rule} rule * @param {Set} properties the CSS properties to search for * @return {import('postcss').Declaration[]} */ declare function getDeclarationsThatMatchProperties(rule: import('postcss').Rule, properties: Set): import('postcss').Declaration[]; //# sourceMappingURL=getDecls.d.ts.map