/// import { type TypographyProps } from '../../Typography'; export type NameProps = Pick; export declare const Name: ({ children, color, ...props }: NameProps) => JSX.Element;