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