import React from "react";
export interface OwnProps {
}
export declare const AreaToOpenPreview: React.FC<OwnProps>;
