export = insertCloned; /** * @param {import('postcss').Rule} rule * @param {import('postcss').Declaration} decl * @param {Partial=} props * @return {import('postcss').Declaration} */ declare function insertCloned(rule: import('postcss').Rule, decl: import('postcss').Declaration, props?: Partial | undefined): import('postcss').Declaration; //# sourceMappingURL=insertCloned.d.ts.map