import React from 'react'; import { PathOptions } from '../svg-dict'; export declare const path: ({ iconPrimary }: PathOptions) => React.JSX.Element; export declare const viewBox = "0 0 39 10";