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