import { default as VWindow } from './window/index.vue';
import { StyleBlack, StyleWhite, StyleMetal, StyleGrayblue } from './style';
export { WindowResizeEvent } from './window/utils';
export { StyleBlack, StyleWhite, StyleMetal, StyleGrayblue, VWindow };
export declare const WindowType: typeof import("./window/index.vue");
