export interface FieldsColors { activeColor: string; errorColor: string; inactiveColor: string; } export declare const styles: (colors: FieldsColors) => Record;