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