export = _exports; /** * Returns whether the rule contains every property. * * @type {(rule: import('postcss').Declaration[], ...props: string[]) => boolean} * * @returns {boolean} * */ declare function _exports(rule: import("postcss").Declaration[], ...props: string[]): boolean; //# sourceMappingURL=hasAllProps.d.ts.map