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