import { CSSProperties } from 'react'; type BorderStyleValue = string; interface BorderOptions { all?: BorderStyleValue; top?: BorderStyleValue; right?: BorderStyleValue; bottom?: BorderStyleValue; left?: BorderStyleValue; } export declare function makeBorder(options: BorderOptions): CSSProperties; export {}; //# sourceMappingURL=style.d.ts.map