import { Styles } from '../types/style';

declare function borderWidth(
  ...values: Array<null | void | string | null | void | number>
): Styles;

export default borderWidth;
