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