export declare const highlightStyles: { default: { backgroundColor: string; borderColor: string; }; primary: { backgroundColor: string; borderColor: string; }; ghost: { backgroundColor: string; borderColor: string; }; warning: { backgroundColor: string; borderColor: string; }; }; export declare const rawStyles: { wrapperStyle: { alignItems: string; justifyContent: string; borderRadius: number; borderWidth: number; }; large: { height: number; paddingLeft: number; paddingRight: number; }; small: { height: number; paddingLeft: number; paddingRight: number; }; default: { backgroundColor: string; borderColor: string; }; primary: { backgroundColor: string; borderColor: string; }; ghost: { backgroundColor: string; borderColor: string; }; warning: { backgroundColor: string; borderColor: string; }; disabled: { backgroundColor: string; borderColor: string; }; }; export declare const highlightTextStyles: { default: { color: string; }; primary: { color: string; }; ghost: { color: string; }; warning: { color: string; }; }; export declare const rawTextStyles: { large: { fontSize: number; }; small: { fontSize: number; }; default: { color: string; }; primary: { color: string; }; ghost: { color: string; }; warning: { color: string; }; disabled: { color: string; }; }; export declare const textStyles: { large: { fontSize: number; }; small: { fontSize: number; }; default: { color: string; }; primary: { color: string; }; ghost: { color: string; }; warning: { color: string; }; disabled: { color: string; }; }; declare var _default: { wrapperStyle: { alignItems: string; justifyContent: string; borderRadius: number; borderWidth: number; }; large: { height: number; paddingLeft: number; paddingRight: number; }; small: { height: number; paddingLeft: number; paddingRight: number; }; default: { backgroundColor: string; borderColor: string; }; primary: { backgroundColor: string; borderColor: string; }; ghost: { backgroundColor: string; borderColor: string; }; warning: { backgroundColor: string; borderColor: string; }; disabled: { backgroundColor: string; borderColor: string; }; }; export default _default;