interface Paths { [key: string]: { path: string; viewBox: string; }; } declare const paths: Paths; export default paths;