/// import { IconProps } from '../../types'; declare const TextBold: (allProps: IconProps) => JSX.Element; export default TextBold;