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