import type { ContentConfig } from '../components/BaseContent';
import type { ThemeEditorBodyBase } from '../components/ThemeEditor';
interface ThemeDrawerProps extends ThemeEditorBodyBase {
}
declare const _default: () => (props: ThemeDrawerProps) => ContentConfig;
export default _default;
