import { Style } from '../style'; export declare class BorderWidth extends Style { static id: string; static matches: RegExp; get props(): { [key: string]: any; }; get order(): number; }