export declare type InputAnnotation = { borderColor?: string; padding?: string; background?: string; height?: string; }; export declare type Theme = { input: InputAnnotation; };