declare const css: { _: { width: number; height: number; paths: { d: string; "fill-rule": string; }[]; }; }; export default css;