import * as react_jsx_runtime from 'react/jsx-runtime'; import React from 'react'; type BoldProps = { className?: string; } & React.HTMLAttributes; declare function Bold({ children, className, ...props }: React.PropsWithChildren): react_jsx_runtime.JSX.Element; declare namespace Bold { var displayName: string; } export { Bold, type BoldProps };