export declare const mappings: {
    borderLeft: string;
    borderLeftColor: string;
    borderLeftStyle: string;
    borderLeftWidth: string;
    borderRight: string;
    borderRightColor: string;
    borderRightStyle: string;
    borderRightWidth: string;
    borderTop: string;
    borderTopColor: string;
    borderTopStyle: string;
    borderTopWidth: string;
    borderBottom: string;
    borderBottomColor: string;
    borderBottomStyle: string;
    borderBottomWidth: string;
};
export declare const shorthandMappings: {
    border: string[];
};
export declare const ruleConfig: {
    mappings: {
        borderLeft: string;
        borderLeftColor: string;
        borderLeftStyle: string;
        borderLeftWidth: string;
        borderRight: string;
        borderRightColor: string;
        borderRightStyle: string;
        borderRightWidth: string;
        borderTop: string;
        borderTopColor: string;
        borderTopStyle: string;
        borderTopWidth: string;
        borderBottom: string;
        borderBottomColor: string;
        borderBottomStyle: string;
        borderBottomWidth: string;
    };
    shorthandMappings: {
        border: string[];
    };
};
declare const _default: import("eslint").Rule.RuleModule;
export default _default;
//# sourceMappingURL=border.d.ts.map