export declare const disabled: Record<"colour" | "borderColour", string>; export declare const natural: { default: { colour: string; borderColour: string; }; hover: { colour: string; borderColour: string; }; active: { colour: string; borderColour: string; }; }; export declare const active: { default: { colour: string; borderColour: string; }; hover: { colour: string; borderColour: string; }; active: { colour: string; borderColour: string; }; }; export declare const success: { default: { colour: string; borderColour: string; }; hover: { colour: string; borderColour: string; }; active: { colour: string; borderColour: string; }; }; export declare const error: { default: { colour: string; borderColour: string; }; hover: { colour: string; borderColour: string; }; active: { colour: string; borderColour: string; }; }; //# sourceMappingURL=InputState.css.d.ts.map