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