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