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