import { IconProps } from '../lib';
declare function TextBolder(props: IconProps): JSX.Element;
export default TextBolder;
