declare const borders: {
    none: number;
    "1px": string;
    "2px": string;
    "4px": string;
    "8px": string;
};
export default borders;
