export declare const useStyles: () => { container: { width: "100%"; }; checkBoxContainer: { width: "100%"; justifyContent: "space-between"; flexDirection: "row"; alignItems: "center"; minHeight: number; }; checkBoxContainerWithAssistiveText: { alignItems: "flex-start"; }; label: { flex: number; gap: number; }; checkbox: { borderRadius: number; borderWidth: number; justifyContent: "flex-end"; width: number; height: number; marginLeft: number; borderColor: string; }; disabledCheckbox: { borderColor: string; }; };