///
import type { StudioLayoutPanelPagesConfig } from './types/StudioPanelPagesSchema';
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types';
export interface StudioLayoutPanelPagesConfigProps extends CommonStudioLayoutConfigProps {
}
export interface StudioPanelPagesProps extends CommonStudioLayoutPanelProps {
height?: string | number;
}
export declare const StudioPanelPages: import("react").NamedExoticComponent;
export default StudioPanelPages;