import { NormalConfig } from './NormalConfig' export type SettingsProps = { normalConfig: NormalConfig | null }