export declare const presentationArea: { /** * Opens the presentation area content automatically. */ open: () => void; /** * Closes the presentation area content automatically. */ close: () => void; };