import React from "react"; import type { TextProps } from "mafs"; import type { PropsWithChildren } from "react"; type Props = PropsWithChildren>; export declare const TextLabel: ({ children, ...rest }: Props) => React.JSX.Element; export declare const SvgDefs: () => React.JSX.Element; export {};