import { SvgNodeProps } from '../components/svg/Svg'; export declare const svg: (node: any) => (props: SvgNodeProps) => any;