export declare const deprecatedNeutralColorStates: { disabled: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; primary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; secondary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; }; export declare const deprecatedPrimaryColorStates: { disabled: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; primary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; secondary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; }; export declare const deprecatedBlueColorStates: { disabled: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; primary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; secondary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; }; export declare const deprecatedGreenColorStates: { disabled: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; primary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; secondary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; }; export declare const deprecatedYellowColorStates: { disabled: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; primary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; secondary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; }; export declare const deprecatedRedColorStates: { disabled: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; primary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; secondary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; }; export declare const deprecatedBrownColorStates: { disabled: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; primary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; secondary: (theme: any, color: any) => { color: any; backgroundColor: any; borderColor: any; }; };