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