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