/// <reference types="react" />
declare const _default: {
    title: string;
    component: ({ type, isMovable, isResizable, top, left, scale, ...props }: import("./window").WindowProps) => JSX.Element;
};
export default _default;
export declare const Default: () => JSX.Element;
