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