type Output = { color?: string; backgroundColor?: string; fontStyle?: string; }; export declare const transformSettings: (settings: any) => Output; export {};