import { IconProps } from '../lib';
declare function AppWindow({ weight, color, size, style }: IconProps): JSX.Element;
export default AppWindow;
