import { PropsWithChildren } from 'react'; import { BBox, Measure } from '../bluefish'; export declare type SVGProps = { width: number; height: number; }; export declare const useMeasure: (measure: Measure, childrenRef?: any) => BBox; export declare const SVG: (props: PropsWithChildren) => JSX.Element; //# sourceMappingURL=SVG.d.ts.map