import * as React from 'react';
export declare function useSvgRef(): React.MutableRefObject<SVGSVGElement>;
