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