export interface PresentationConfigProps { exposeShowInSummary?: boolean; exposeShowInEmail?: boolean; exposeShowInPDF?: boolean; } declare const PresentationConfig: React.FC; export default PresentationConfig;