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