/**
 * @param {Iterable<import('postcss').Declaration>} props
 * @param {string[]} properties
 * @return {import('postcss').Declaration[]}
 */
declare function getRules(props: Iterable<import('postcss').Declaration>, properties: string[]): import('postcss').Declaration[];
export default getRules;
//# sourceMappingURL=getRules.d.ts.map