/// <reference types="react" />
import { PathOptions } from '../svg-dict';
export declare const path: ({ iconPrimary }: PathOptions) => JSX.Element;
export declare const viewBox = "0 0 31 13";
