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