declare const _exports: {
    readonly ruleName: "custom-rules-plugin/property-blacklist";
    rule: stylelint.Rule<any, any>;
    messages: {
        expected: (decl: string | number | boolean | RegExp, configProp: string | number | boolean | RegExp, support: string | number | boolean | RegExp) => any;
    };
};
export = _exports;
import stylelint = require("stylelint");
export const ruleName: "custom-rules-plugin/property-blacklist";
export const messages: {
    expected: (decl: string | number | boolean | RegExp, configProp: string | number | boolean | RegExp, support: string | number | boolean | RegExp) => any;
};
//# sourceMappingURL=custom-rules-plugin.d.ts.map