///
import { StudioPanelTemplatesProps as PublicStudioPanelTemplatesProps, TemplateItem } from '../../typeConfigs/templates';
import type { StudioLayoutPanelTemplatesConfig } from './types/StudioPanelTemplatesSchema';
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types';
export interface StudioLayoutPanelTemplatesConfigProps extends CommonStudioLayoutConfigProps {
}
export interface StudioPanelTemplatesProps extends Omit, 'onSelect'>, Pick {
templates?: TemplateItem[];
}
export declare const StudioPanelTemplates: import("react").NamedExoticComponent;
export default StudioPanelTemplates;