import * as React from 'react';
export declare function SvgNode(props: JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>): JSX.Element;
export default SvgNode;
