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