type AppearanceConfig = { appearance: Partial>; setAppearance: (appearanceConfig: Partial>) => void; }; export type { AppearanceConfig };