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