import React from 'react';
import type { PagePaneTemplateProps } from './PagePaneTemplate.types';
export declare const PagePaneTemplate: React.ForwardRefExoticComponent<PagePaneTemplateProps & React.RefAttributes<HTMLDivElement>>;
