export interface InputConfig { color?: string; } export declare const inputConfig: InputConfig;