declare namespace _exports {
    export { MessageId, Option };
}
declare const _exports: RuleModule<[Option]>;
export = _exports;
type MessageId = {
    CLOSE_STYLE_WRONG: "closeStyleWrong";
    NEWLINE_MISSING: "newlineMissing";
};
type Option = {
    closeStyle?: "sameline" | "newline" | undefined;
    ifAttrsMoreThan?: number | undefined;
};
import type { RuleModule } from "../types";
//# sourceMappingURL=attrs-newline.d.ts.map