export declare const SAVE_KEY: string;
export declare const preview: () => void;
export declare const saveSchema: () => void;
export declare const resetSchema: () => Promise<void>;
export declare const getPageSchema: (type: any) => Promise<any>;
