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