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