declare const border_width: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default border_width;