import type { PropsWithChildren } from 'react'; import React from 'react'; type SvgProps = PropsWithChildren>; export declare const useSvgWrapper: () => readonly [({ children, ...otherProps }: SvgProps) => React.JSX.Element, number]; export {};