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