export declare const baseStyle: { display: string; flexDirection: string; alignItems: string; padding: string; borderWidth: number; borderRadius: number; borderColor: string; borderStyle: string; backgroundColor: string; color: string; transition: string; }; export declare const activeStyle: { borderColor: string; }; export declare const acceptStyle: { borderColor: string; }; export declare const rejectStyle: { borderColor: string; };